HCons

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

Value members

Concrete methods

def ::[T](v: T): HCons[T, HCons[H, T]]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product