object Init extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Init
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[T, Out0] = Init[T] { type Out = Out0 }

Value Members

  1. def apply[T](implicit init: Init[T]): Aux[T, Init.Out]
  2. implicit def init[T, L1 <: HList, L2 <: HList](implicit gen: Generic.Aux[T, L1], init: hlist.Init.Aux[L1, L2], tp: Tupler[L2]): Aux[T, hlist.Tupler.Out]