traitSplitRight[L <: HList, U] extends DepFn1[L] with Serializable
Type class supporting splitting this HList at the last occurrence of an element of type U returning the prefix
and suffix as a pair. Available only if this HList contains an element of type U.
Annotations
@implicitNotFound(...)
Linear Supertypes
Serializable, Serializable, DepFn1[L], AnyRef, Any
Type class supporting splitting this
HList
at the last occurrence of an element of typeU
returning the prefix and suffix as a pair. Available only if thisHList
contains an element of typeU
.