p
slickless
package slickless
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- slickless
- HListShapeImplicits
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
implicit
class
HListShapeOps[T <: HList] extends AnyRef
- Definition Classes
- HListShapeImplicits
Value Members
-
implicit
def
hconsShape[L <: ShapeLevel, L1 <: L, L2 <: L, M1, M2 <: HList, U1, U2 <: HList, P1, P2 <: HList](implicit s1: Shape[L1, M1, U1, P1], s2: HListShape[L2, M2, U2, P2]): HListShape[L, ::[M1, M2], ::[U1, U2], ::[P1, P2]]
- Definition Classes
- HListShapeImplicits
-
implicit
def
hnilShape[L <: ShapeLevel]: HListShape[L, HNil, HNil, HNil]
- Definition Classes
- HListShapeImplicits