Aux

org.parboiled2.support.RunResult.Aux
See theAux companion trait
object Aux extends Aux1

Attributes

Companion
trait
Graph
Supertypes
class Aux1
class Aux2
class Object
trait Matchable
class Any
Self type
Aux.type

Members list

Type members

Inherited types

protected type JA[I <: HList, R, In0 <: HList, Out0 <: HList] = Aux[I, HNil, R, In0, Out0]

Attributes

Inherited from:
Aux2

Implicits

Implicits

implicit def forRule[R <: RuleX]: Aux[R, R]

Inherited implicits

implicit def forAny[T]: Aux[T, Rule0]

Attributes

Inherited from:
Aux2
implicit def forF1[Z, R, In0 <: HList, Out0 <: HList](implicit x: JA[Z :: HNil, R, In0, Out0]): Aux[Z => R, Rule[In0, Out0]]

Attributes

Inherited from:
Aux1
implicit def forF2[Y, Z, R, In0 <: HList, Out0 <: HList](implicit x: JA[Y :: Z :: HNil, R, In0, Out0]): Aux[(Y, Z) => R, Rule[In0, Out0]]

Attributes

Inherited from:
Aux1
implicit def forF3[X, Y, Z, R, In0 <: HList, Out0 <: HList](implicit x: JA[X :: Y :: Z :: HNil, R, In0, Out0]): Aux[(X, Y, Z) => R, Rule[In0, Out0]]

Attributes

Inherited from:
Aux1
implicit def forF4[W, X, Y, Z, R, In0 <: HList, Out0 <: HList](implicit x: JA[W :: X :: Y :: Z :: HNil, R, In0, Out0]): Aux[(W, X, Y, Z) => R, Rule[In0, Out0]]

Attributes

Inherited from:
Aux1
implicit def forF5[V, W, X, Y, Z, R, In0 <: HList, Out0 <: HList](implicit x: JA[V :: W :: X :: Y :: Z :: HNil, R, In0, Out0]): Aux[(V, W, X, Y, Z) => R, Rule[In0, Out0]]

Attributes

Inherited from:
Aux1