object Comapped extends LowPriorityComapped with Serializable

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

Type Members

  1. type Aux[L <: HList, F[_], Out0 <: HList] = Comapped[L, F] { type Out = Out0 }
    Definition Classes
    LowPriorityComapped

Value Members

  1. def apply[L <: HList, F[_]](implicit comapped: Comapped[L, F]): Aux[L, F, Out]
  2. implicit def hlistComapped[H, T <: HList, F[_], TCM <: HList](implicit mt: Aux[T, F, TCM]): Aux[::[F[H], T], F, ::[H, TCM]]
  3. implicit def hlistIdComapped[L <: HList]: Aux[L, Id, L]
    Definition Classes
    LowPriorityComapped
  4. implicit def hnilComapped[F[_]]: Aux[HNil, F, HNil]