Class

slickless

HListShape

Related Doc: package slickless

Permalink

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])

    Permalink

Type Members

  1. type Mixed = M

    Permalink
    Definition Classes
    Shape
  2. type Packed = P

    Permalink
    Definition Classes
    Shape
  3. type Unpacked = U

    Permalink
    Definition Classes
    Shape

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def buildParams(extract: (Any) ⇒ Unpacked): Packed

    Permalink
    Definition Classes
    ProductNodeShape → Shape
  6. def buildValue(elems: IndexedSeq[Any]): HList

    Permalink
    Definition Classes
    HListShape → ProductNodeShape
  7. def classTag: ClassTag[U]

    Permalink
    Definition Classes
    HListShape → MappedProductShape
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copy(shapes: Seq[Shape[_ <: ShapeLevel, _, _, _]]): HListShape[L, Nothing, U, Nothing]

    Permalink
    Definition Classes
    HListShape → ProductNodeShape
  10. def encodeRef(value: Mixed, path: Node): Any

    Permalink
    Definition Classes
    ProductNodeShape → Shape
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getElement(value: HList, idx: Int): Any

    Permalink
    Definition Classes
    HListShape → ProductNodeShape
  16. def getIterator(value: HList): Iterator[Any]

    Permalink
    Definition Classes
    HListShape → ProductNodeShape
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def pack(value: Mixed): Packed

    Permalink
    Definition Classes
    ProductNodeShape → Shape
  23. def packedShape: Shape[L, Packed, Unpacked, Packed]

    Permalink
    Definition Classes
    ProductNodeShape → Shape
  24. def runtimeList(value: HList): List[Any]

    Permalink
  25. val shapes: Seq[Shape[_, _, _, _]]

    Permalink
    Definition Classes
    HListShape → ProductNodeShape
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toBase(v: Any): ProductWrapper

    Permalink
    Definition Classes
    MappedProductShape
  28. def toMapped(v: Any): Any

    Permalink
    Definition Classes
    MappedProductShape
  29. def toNode(value: Mixed): TypeMapping

    Permalink
    Definition Classes
    MappedProductShape → ProductNodeShape → Shape
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    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