Packages

c

slickless

HListShape

final class HListShape[L <: ShapeLevel, M <: HList, U <: HList, P <: HList] extends MappedProductShape[L, HList, M, U, P]

Linear Supertypes
MappedProductShape[L, HList, M, U, P], ProductNodeShape[L, HList, M, U, P], Shape[L, M, U, P], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HListShape
  2. MappedProductShape
  3. ProductNodeShape
  4. Shape
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HListShape(shapes: Seq[Shape[_, _, _, _]])(implicit arg0: ClassTag[U])

Type Members

  1. type Mixed = M
    Definition Classes
    Shape
  2. type Packed = P
    Definition Classes
    Shape
  3. type Unpacked = U
    Definition Classes
    Shape

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildParams(extract: (Any) ⇒ Unpacked): Packed
    Definition Classes
    ProductNodeShape → Shape
  6. def buildValue(elems: IndexedSeq[Any]): HList
    Definition Classes
    HListShape → ProductNodeShape
  7. def classTag: ClassTag[U]
    Definition Classes
    HListShape → MappedProductShape
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copy(shapes: Seq[Shape[_ <: ShapeLevel, _, _, _]]): HListShape[L, Nothing, U, Nothing]
    Definition Classes
    HListShape → ProductNodeShape
  10. def encodeRef(value: Mixed, path: Node): Any
    Definition Classes
    ProductNodeShape → Shape
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def getElement(value: HList, idx: Int): Any
    Definition Classes
    HListShape → ProductNodeShape
  16. def getIterator(value: HList): Iterator[Any]
    Definition Classes
    HListShape → ProductNodeShape
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  22. def pack(value: Mixed): Packed
    Definition Classes
    ProductNodeShape → Shape
  23. def packedShape: Shape[L, Packed, Unpacked, Packed]
    Definition Classes
    ProductNodeShape → Shape
  24. def runtimeList(value: HList): List[Any]
  25. val shapes: Seq[Shape[_, _, _, _]]
    Definition Classes
    HListShape → ProductNodeShape
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toBase(v: Any): ProductWrapper
    Definition Classes
    MappedProductShape
  28. def toMapped(v: Any): Any
    Definition Classes
    MappedProductShape
  29. def toNode(value: Mixed): TypeMapping
    Definition Classes
    MappedProductShape → ProductNodeShape → Shape
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MappedProductShape[L, HList, M, U, P]

Inherited from ProductNodeShape[L, HList, M, U, P]

Inherited from Shape[L, M, U, P]

Inherited from AnyRef

Inherited from Any

Ungrouped