ReversePrepend

org.parboiled2.support.hlist.ops.hlist.ReversePrepend
See theReversePrepend companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type Aux[P <: HList, S <: HList, Out0 <: HList] = ReversePrepend[P, S] { type Out = Out0; }

Attributes

Inherited from:
LowPriorityReversePrepend

Value members

Concrete methods

def apply[P <: HList, S <: HList](implicit prepend: ReversePrepend[P, S]): Aux[P, S, Out]

Implicits

Implicits

implicit def hlistReversePrepend[PH, PT <: HList, S <: HList](implicit rpt: ReversePrepend[PT, PH :: S]): Aux[PH :: PT, S, Out]
implicit def hnilReversePrepend1[P <: HNil, S <: HList]: Aux[P, S, S]

Inherited implicits

implicit def hnilReversePrepend0[P <: HList, S <: HNil](implicit rv: Reverse[P]): Aux[P, S, Out]

Attributes

Inherited from:
LowPriorityReversePrepend