Package

slickless

Permalink

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]

    Permalink
  2. trait HListShapeImplicits extends AnyRef

    Permalink
  3. implicit class HListShapeOps[T <: HList] extends AnyRef

    Permalink
    Definition Classes
    HListShapeImplicits

Value Members

  1. implicit def hconsShape[L <: ShapeLevel, M1, M2 <: HList, U1, U2 <: HList, P1, P2 <: HList](implicit s1: Shape[_ <: ShapeLevel, M1, U1, P1], s2: HListShape[_ <: ShapeLevel, M2, U2, P2]): HListShape[L, ::[M1, M2], ::[U1, U2], ::[P1, P2]]

    Permalink
    Definition Classes
    HListShapeImplicits
  2. implicit def hnilShape[L <: ShapeLevel]: HListShape[L, HNil, HNil, HNil]

    Permalink
    Definition Classes
    HListShapeImplicits

Inherited from HListShapeImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped