HList

org.parboiled2.support.hlist.HList
See theHList companion trait
object HList

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
HList.type

Members list

Type members

Classlikes

object ListCompat

Convenience aliases for HList :: and List :: allowing them to be used together within match expressions.

Convenience aliases for HList :: and List :: allowing them to be used together within match expressions.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ListCompat.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(): HNil.type
def apply[T](t: T): T :: HNil

Implicits

Implicits

implicit def hlistOps[L <: HList](l: L): HListOps[L]