org.parboiled2.support.hlist

Members list

Type members

Classlikes

final case class ::[+H, +T <: HList](head: H, tail: T) extends HList

Non-empty HList element type.

Non-empty HList element type.

Attributes

Supertypes
trait HList
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait HList extends Product, Serializable

HList ADT base trait.

HList ADT base trait.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class H :: T
trait HNil
object HNil.type
object HList

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
HList.type
sealed trait HNil extends HList

Empty HList element type.

Empty HList element type.

Attributes

Companion
object
Supertypes
trait HList
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object HNil.type
case object HNil extends HNil

Empty HList value.

Empty HList value.

Attributes

Companion
trait
Supertypes
trait Singleton
trait Product
trait Mirror
trait HNil
trait HList
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
HNil.type