Class

rere.ql.shapes

Shape

Related Doc: package shapes

Permalink

abstract class Shape[Constructor <: AnyRef, Args <: HList, ModelType, PrimaryKeyType] extends ModelShape[ModelType, PrimaryKeyType]

Linear Supertypes
ModelShape[ModelType, PrimaryKeyType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Shape
  2. ModelShape
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Shape(constructor: Constructor, shapePrimaryKey: ShapePrimaryKey[PrimaryKeyType])(implicit deconstruction: shapeless.ops.function.FnToProduct.Aux[Constructor, (Args) ⇒ ModelType])

    Permalink

Type Members

  1. implicit class ByNameGetter extends AnyRef

    Permalink
  2. trait Field[Name] extends AnyRef

    Permalink
  3. type FieldAux[K, V] = Field[K] { type Value = V }

    Permalink
  4. type Model = ModelType

    Permalink
  5. trait PrimaryKeyShape[T] extends AnyRef

    Permalink
  6. type Projection = VerifiableShape[Args, Constructor]

    Permalink
  7. type RootRef = Shape.this.type

    Permalink
  8. trait ShapeBlueprint[ArgsList <: HList] extends AnyRef

    Permalink
  9. type ShapeBlueprintAux[ArgsList <: HList, FnType] = ShapeBlueprint[ArgsList] { type FunctionType = FnType }

    Permalink
  10. class ShapeBlueprintCons[HeadName, HeadValue, TailValues <: HList, FnType] extends ShapeBlueprint[::[HeadValue, TailValues]]

    Permalink
  11. case class VerifiableShape[ArgsList <: HList, FnType](blueprint: ShapeBlueprint[ArgsList], f: FnType) extends Product with Serializable

    Permalink

Abstract Value Members

  1. abstract def primaryKey: PrimaryKeyShape[PrimaryKeyType]

    Permalink
  2. abstract def projection: Projection

    Permalink

Concrete 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. object SNil extends ShapeBlueprint[HNil]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def auto: PrimaryKeyShape[UUID]

    Permalink
  7. implicit def autoVerifier(shape: ShapeBlueprintAux[Args, Constructor]): Projection

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def field[FieldType, DatumType <: ReqlDatum](name: String, valueAccessor: (Model) ⇒ FieldType)(implicit fieldLift: Aux[FieldType, DatumType]): FieldAux[name.type, FieldType]

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def fromJson(json: Json): DecodingResult[ModelType]

    Permalink
    Definition Classes
    ShapeModelShape
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getField(model: Model, fieldName: String)(implicit field: Field[fieldName.type]): Value

    Permalink
  16. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def pk[Name, FieldType](field: FieldAux[Name, FieldType]): PrimaryKeyShape[FieldType]

    Permalink
  22. def sub[FieldType, PK](name: String, valueAccessor: (Model) ⇒ FieldType, subShape: ModelShape[FieldType, PK]): FieldAux[name.type, FieldType]

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. final def toReqlObject(model: Model): ReqlObject

    Permalink
    Definition Classes
    ShapeModelShape
  25. final def toReqlPrimaryKey(pk: PrimaryKeyType): ReqlDatum

    Permalink
    Definition Classes
    ShapeModelShape
  26. final def toReqlUnidentifiableObject(model: Model): ReqlObject

    Permalink
    Definition Classes
    ShapeModelShape
  27. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ModelShape[ModelType, PrimaryKeyType]

Inherited from AnyRef

Inherited from Any

Ungrouped