trait ReverseSplitLeft[L <: HList, U] extends DepFn1[L] with Serializable
Type class supporting splitting this HList
at the first occurrence of an element of type U
returning the reverse
prefix and suffix as a pair. Available only if this HList
contains an element of type U
.
- Annotations
- @implicitNotFound( ... )
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReverseSplitLeft
- Serializable
- Serializable
- DepFn1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Concrete Value Members
-
def
apply(l: L): Out
- Definition Classes
- ReverseSplitLeft → DepFn1