LowPriorityPrepend

org.parboiled2.support.hlist.ops.hlist.LowPriorityPrepend

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Prepend.type

Members list

Type members

Types

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

Implicits

Implicits

implicit def hnilPrepend0[P <: HList, S >: HNil.type <: HNil]: Aux[P, S, P]

Inherited implicits

implicit def hlistPrepend[PH, PT <: HList, S <: HList, PtOut <: HList](implicit pt: Aux[PT, S, PtOut]): Aux[PH :: PT, S, PH :: PtOut]

Attributes

Inherited from:
LowestPriorityPrepend