HCons

final case class HCons[+H, +Tail <: HList](head: H, tail: Tail) extends HList
trait Serializable
trait Product
trait Equals
trait HList
class Object
trait Matchable
class Any

Value members

Inherited methods

def ::[A](a: A): HCons[A, HCons[H, Tail]]
Inherited from
HList
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
Inherited from
HList
def size: Int
Inherited from
HList