object Last extends Serializable

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

Type Members

  1. type Aux[L <: HList, Out0] = Last[L] { type Out = Out0 }

Value Members

  1. def apply[L <: HList](implicit last: Last[L]): Aux[L, Last.Out]
  2. implicit def hlistLast[H, T <: HList, OutT](implicit lt: Aux[T, OutT]): Aux[::[H, T], OutT]
  3. implicit def hsingleLast[H]: Aux[::[H, HNil], H]