object Comapped extends LowPriorityComapped with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Comapped
- Serializable
- Serializable
- LowPriorityComapped
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
Aux[L <: HList, F[_], Out0 <: HList] = Comapped[L, F] { type Out = Out0 }
- Definition Classes
- LowPriorityComapped
Value Members
- def apply[L <: HList, F[_]](implicit comapped: Comapped[L, F]): Aux[L, F, Out]
- implicit def hlistComapped[H, T <: HList, F[_], TCM <: HList](implicit mt: Aux[T, F, TCM]): Aux[::[F[H], T], F, ::[H, TCM]]
-
implicit
def
hlistIdComapped[L <: HList]: Aux[L, Id, L]
- Definition Classes
- LowPriorityComapped
- implicit def hnilComapped[F[_]]: Aux[HNil, F, HNil]