Aux1

org.parboiled2.support.RunResult.Aux1
abstract class Aux1 extends Aux2

Attributes

Graph
Supertypes
class Aux2
class Object
trait Matchable
class Any
Known subtypes
object 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 forF1[Z, R, In0 <: HList, Out0 <: HList](implicit x: JA[Z :: HNil, R, In0, Out0]): Aux[Z => R, Rule[In0, Out0]]
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]]
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]]
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]]
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]]

Inherited implicits

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

Attributes

Inherited from:
Aux2