case class HCons[T, U <: HList](head: T, tail: U) extends HList with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, HList, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HCons
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HList
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HCons(head: T, tail: U)

Type Members

  1. type Plus[L <: HList] = HCons[T, U.Plus[L]]
    Definition Classes
    HConsHList

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +[V](v: V)(implicit f: Appender[HCons[T, U], HCons[V, HNil], Plus[HCons[V, HNil]]]): HCons[T, U.Plus[HCons[V, HNil]]]
  4. def ++[L2 <: HList](l2: L2)(implicit f: Appender[HCons[T, U], L2, Plus[L2]]): HCons[T, U.Plus[L2]]
  5. def ->[B](y: B): (HCons[T, U], B)
    Implicit
    This member is added by an implicit conversion from HCons[T, U] to ArrowAssoc[HCons[T, U]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def ::[V](v: V): HCons[V, HCons[T, U]]
    Definition Classes
    HConsHList
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def ensuring(cond: (HCons[T, U]) ⇒ Boolean, msg: ⇒ Any): HCons[T, U]
    Implicit
    This member is added by an implicit conversion from HCons[T, U] to Ensuring[HCons[T, U]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (HCons[T, U]) ⇒ Boolean): HCons[T, U]
    Implicit
    This member is added by an implicit conversion from HCons[T, U] to Ensuring[HCons[T, U]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): HCons[T, U]
    Implicit
    This member is added by an implicit conversion from HCons[T, U] to Ensuring[HCons[T, U]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): HCons[T, U]
    Implicit
    This member is added by an implicit conversion from HCons[T, U] to Ensuring[HCons[T, U]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def filter(p: (Any) ⇒ Boolean): HList
    Definition Classes
    HConsHList
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def foldLeft[V](zero: V)(f: (V, Any) ⇒ V): V
  18. def foreach(f: (Any) ⇒ Unit): Unit
    Definition Classes
    HList
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from HCons[T, U] to StringFormat[HCons[T, U]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  21. val head: T
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def map(f: (Any) ⇒ Any): HList
    Definition Classes
    HConsHList
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. val tail: U
  29. def toString: String
    Definition Classes
    HConsHList → AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def [B](y: B): (HCons[T, U], B)
    Implicit
    This member is added by an implicit conversion from HCons[T, U] to ArrowAssoc[HCons[T, U]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from HCons[T, U] to any2stringadd[HCons[T, U]] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (hCons: any2stringadd[HCons[T, U]]).+(other)
    Definition Classes
    any2stringadd

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HList

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from HCons[T, U] to any2stringadd[HCons[T, U]]

Inherited by implicit conversion StringFormat from HCons[T, U] to StringFormat[HCons[T, U]]

Inherited by implicit conversion Ensuring from HCons[T, U] to Ensuring[HCons[T, U]]

Inherited by implicit conversion ArrowAssoc from HCons[T, U] to ArrowAssoc[HCons[T, U]]

Ungrouped