::

case class ::[+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

Inherited methods

def ::[H](h: H): H :: H :: T
Inherited from:
HList
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product