Package

shapeless.datatype

datastore

Permalink

package datastore

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. datastore
  2. DatastoreMappableType
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait BaseDatastoreMappableType[V] extends MappableType[Builder, V]

    Permalink
  2. trait DatastoreMappableType extends AnyRef

    Permalink
  3. class DatastoreType[A] extends Serializable

    Permalink
  4. type FromEntity[L <: HList] = FromMappable[L, Builder]

    Permalink
  5. type ToEntity[L <: HList] = ToMappable[L, Builder]

    Permalink

Value Members

  1. object DatastoreMappableType extends DatastoreMappableType

    Permalink
  2. object DatastoreType extends Serializable

    Permalink
  3. implicit val booleanEntityMappableType: BaseDatastoreMappableType[Boolean]

    Permalink
    Definition Classes
    DatastoreMappableType
  4. implicit val byteArrayEntityMappableType: BaseDatastoreMappableType[Array[Byte]]

    Permalink
    Definition Classes
    DatastoreMappableType
  5. implicit val byteStringEntityMappableType: BaseDatastoreMappableType[ByteString]

    Permalink
    Definition Classes
    DatastoreMappableType
  6. implicit val datastoreBaseMappableType: BaseMappableType[Builder]

    Permalink
    Definition Classes
    DatastoreMappableType
  7. implicit val doubleEntityMappableType: BaseDatastoreMappableType[Double]

    Permalink
    Definition Classes
    DatastoreMappableType
  8. implicit val floatEntityMappableType: BaseDatastoreMappableType[Float]

    Permalink
    Definition Classes
    DatastoreMappableType
  9. implicit val intDatastoreMappableType: BaseDatastoreMappableType[Int]

    Permalink
    Definition Classes
    DatastoreMappableType
  10. implicit val longEntityMappableType: BaseDatastoreMappableType[Long]

    Permalink
    Definition Classes
    DatastoreMappableType
  11. implicit val stringEntityMappableType: BaseDatastoreMappableType[String]

    Permalink
    Definition Classes
    DatastoreMappableType
  12. implicit val timestampEntityMappableType: BaseDatastoreMappableType[Instant]

    Permalink
    Definition Classes
    DatastoreMappableType

Inherited from DatastoreMappableType

Inherited from AnyRef

Inherited from Any

Ungrouped