traitSelectAll[L <: HList, S <: HList] extends DepFn1[L] with Serializable
Type class supporting multiple HList field selection.
Can be used to witness that given HList contains certain set of field types.
Simplified version of shapeless.ops.record.SelectAll
Annotations
@implicitNotFound(...)
Linear Supertypes
Serializable, Serializable, DepFn1[L], AnyRef, Any
Type class supporting multiple HList field selection. Can be used to witness that given HList contains certain set of field types. Simplified version of shapeless.ops.record.SelectAll