case class HCons[T, U <: HList](head: T, tail: U) extends HList with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HCons
- Serializable
- Serializable
- Product
- Equals
- HList
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HCons(head: T, tail: U)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +[V](v: V)(implicit f: Appender[HCons[T, U], HCons[V, HNil], Plus[HCons[V, HNil]]]): HCons[T, U.Plus[HCons[V, HNil]]]
- def ++[L2 <: HList](l2: L2)(implicit f: Appender[HCons[T, U], L2, Plus[L2]]): HCons[T, U.Plus[L2]]
- def ->[B](y: B): (HCons[T, U], B)
- def ::[V](v: V): HCons[V, HCons[T, U]]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def ensuring(cond: (HCons[T, U]) ⇒ Boolean, msg: ⇒ Any): HCons[T, U]
- def ensuring(cond: (HCons[T, U]) ⇒ Boolean): HCons[T, U]
- def ensuring(cond: Boolean, msg: ⇒ Any): HCons[T, U]
- def ensuring(cond: Boolean): HCons[T, U]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def filter(p: (Any) ⇒ Boolean): HList
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def foldLeft[V](zero: V)(f: (V, Any) ⇒ V): V
-
def
foreach(f: (Any) ⇒ Unit): Unit
- Definition Classes
- HList
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- val head: T
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map(f: (Any) ⇒ Any): HList
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tail: U
- def toString: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (HCons[T, U], B)
Shadowed Implicit Value Members
-
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