Package

com.outworkers.phantom

jdk8

Permalink

package jdk8

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. jdk8
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class Jdk8TimeUUIDOps extends AnyVal

    Permalink
  2. type JdkLocalDate = LocalDate

    Permalink
  3. type JdkLocalDateTime = LocalDateTime

    Permalink
  4. type OffsetDateTime = java.time.OffsetDateTime

    Permalink
  5. implicit final class OffsetDateTimeHelper extends AnyVal

    Permalink
  6. implicit final class TimeUUIDAugmenter extends AnyVal

    Permalink
  7. type ZonedDateTime = java.time.ZonedDateTime

    Permalink
  8. implicit final class ZonedDateTimeHelper extends AnyVal

    Permalink
  9. type JdkLocalDateColumn[Owner <: CassandraTable[Owner, Record], Record] = PrimitiveColumn[Owner, Record, JdkLocalDate]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use Col[LocalDate] without passing in the 'this' argument

  10. type JdkLocalDateTimeColumn[Owner <: CassandraTable[Owner, Record], Record] = PrimitiveColumn[Owner, Record, JdkLocalDateTime]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use Col[LocalDateTime] without passing in the 'this' argument

  11. type OffsetDateTimeColumn[Owner <: CassandraTable[Owner, Record], Record] = PrimitiveColumn[Owner, Record, OffsetDateTime]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use Col[OffsetDateTime] without passing in the 'this' argument

  12. type OptionalJdkLocalDateColumn[Owner <: CassandraTable[Owner, Record], Record] = OptionalPrimitiveColumn[Owner, Record, JdkLocalDate]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use OptionalCol[LocalDate] without passing in the 'this' argument

  13. type OptionalJdkLocalDateTimeColumn[Owner <: CassandraTable[Owner, Record], Record] = OptionalPrimitiveColumn[Owner, Record, JdkLocalDateTime]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use OptionalCol[LocalDateTime] without passing in the 'this' argument

  14. type OptionalOffsetDateTimeColumn[Owner <: CassandraTable[Owner, Record], Record] = OptionalPrimitiveColumn[Owner, Record, OffsetDateTime]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use OptionalCol[OffsetDateTime] without passing in the 'this' argument

  15. type OptionalZonedDateTimeColumn[Owner <: CassandraTable[Owner, Record], Record] = OptionalPrimitiveColumn[Owner, Record, ZonedDateTime]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use OptionalCol[ZonedDateTime] without passing in the 'this' argument

  16. type ZonedDateTimeColumn[Owner <: CassandraTable[Owner, Record], Record] = PrimitiveColumn[Owner, Record, ZonedDateTime]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use Col[ZonedDateTime] without passing in the 'this' argument

Value Members

  1. implicit val JdkLocalDateTimeIsPrimitive: Primitive[LocalDateTime]

    Permalink
  2. implicit val LocalDateIsPrimitive: Primitive[LocalDate]

    Permalink
  3. implicit val OffsetDateTimeIsPrimitive: Primitive[OffsetDateTime]

    Permalink
  4. def instantToTimeuuid(instant: Instant): UUID

    Permalink
  5. implicit val zonePrimitive: Primitive[ZoneId]

    Permalink
  6. implicit val zonedDateTimePrimitive: Primitive[ZonedDateTime]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped