hlist

org.parboiled2.support.hlist.ops.hlist
object hlist

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
hlist.type

Members list

Type members

Classlikes

trait DepFn1[T]

Dependent unary function type.

Dependent unary function type.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Reverse[L]
trait DepFn2[T, U]

Dependent binary function type.

Dependent binary function type.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Prepend[P, S]
trait ReversePrepend[P, S]

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ReversePrepend.type

Attributes

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

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Prepend.type
trait Prepend[P <: HList, S <: HList] extends DepFn2[P, S], Serializable

Type class supporting prepending to this HList.

Type class supporting prepending to this HList.

Attributes

Companion
object
Supertypes
trait Serializable
trait DepFn2[P, S]
class Object
trait Matchable
class Any
object Reverse

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Reverse.type
trait Reverse[L <: HList] extends DepFn1[L], Serializable

Type class supporting reversing this HList.

Type class supporting reversing this HList.

Attributes

Companion
object
Supertypes
trait Serializable
trait DepFn1[L]
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait ReversePrepend[P <: HList, S <: HList] extends DepFn2[P, S], Serializable

Type class supporting reverse prepending to this HList.

Type class supporting reverse prepending to this HList.

Attributes

Companion
object
Supertypes
trait Serializable
trait DepFn2[P, S]
class Object
trait Matchable
class Any