Packages

p

slickless

package slickless

Linear Supertypes
HListShapeImplicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. slickless
  2. HListShapeImplicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class HListShape[L <: ShapeLevel, M <: HList, U <: HList, P <: HList] extends MappedProductShape[L, HList, M, U, P]
  2. trait HListShapeImplicits extends AnyRef
  3. implicit class HListShapeOps[T <: HList] extends AnyRef
    Definition Classes
    HListShapeImplicits

Value Members

  1. 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
  2. implicit def hnilShape[L <: ShapeLevel]: HListShape[L, HNil, HNil, HNil]
    Definition Classes
    HListShapeImplicits

Inherited from HListShapeImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped