object InitLast extends Serializable

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

Type Members

  1. type Aux[C <: Coproduct, I0 <: Coproduct, L0] = InitLast[C] { ... /* 2 definitions in type refinement */ }

Value Members

  1. def apply[C <: Coproduct](implicit initLast: InitLast[C]): Aux[C, I, L]
  2. implicit def initLastCoproduct[C <: Coproduct, ReverseC <: Coproduct, H, T <: Coproduct](implicit reverse: Reverse.Aux[C, ReverseC], isCCons: IsCCons.Aux[ReverseC, H, T]): Aux[C, T, H]