object ToTraversable extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ToTraversable
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Aux[L <: HList, M[_], Lub0] = ToTraversable[L, M] { type Lub = Lub0 }
Value Members
- def apply[L <: HList, M[_]](implicit toTraversable: ToTraversable[L, M]): Aux[L, M, ToTraversable.Lub]
- implicit def hlistToTraversable[H1, H2, T <: HList, LubT, Lub0, M[_]](implicit tttvs: Aux[::[H2, T], M, LubT], u: Lub[H1, LubT, Lub0], cbf: CanBuildFrom[M[Lub0], Lub0, M[Lub0]]): Aux[::[H1, ::[H2, T]], M, Lub0]
- implicit def hnilToTraversable[L <: HNil, M[_], T](implicit cbf: CanBuildFrom[M[T], T, M[T]]): Aux[L, M, T]
- implicit def hnilToTraversableNothing[L <: HNil, M[_]](implicit cbf: CanBuildFrom[M[Nothing], Nothing, M[Nothing]]): Aux[L, M, Nothing]
- implicit def hsingleToTraversable[T, M[_], Lub0](implicit ev: <:<[T, Lub0], cbf: CanBuildFrom[Nothing, Lub0, M[Lub0]]): Aux[::[T, HNil], M, Lub0]