com.outworkers.phantom.jdk8

TimeUUIDAugmenter

implicit final class TimeUUIDAugmenter extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TimeUUIDAugmenter
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TimeUUIDAugmenter(uuid: UUID)

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  7. def offsetDateTime(zone: ZoneId): OffsetDateTime

    Converts this UUID to a ZonedDateTime given a zone argument.

    Converts this UUID to a ZonedDateTime given a zone argument.

    zone

    A ZoneId representing a temporal zone from Java 8 API.

    returns

    A ZonedDateTime, which contains a time instant and information about a ZoneId.

  8. def offsetDateTime(zone: String): OffsetDateTime

    Converts this UUID to an OffsetDateTime given a zone argument.

    Converts this UUID to an OffsetDateTime given a zone argument.

    zone

    A String that is meant to contain a valid ZoneId. This method will not check if the string provided is a valid ZoneId, it will just pass this through to ZoneId.of.

    returns

    A OffsetDateTime, which contains a time instant and offset information based on a ZoneId.

  9. def toString(): String

    Definition Classes
    Any
  10. val uuid: UUID

  11. def zonedDateTime(zone: ZoneId): ZonedDateTime

    Converts this UUID to a ZonedDateTime given a zone argument.

    Converts this UUID to a ZonedDateTime given a zone argument.

    zone

    A ZoneId representing a temporal zone from Java 8 API.

    returns

    A ZonedDateTime, which contains a time instant and information about a ZoneId.

  12. def zonedDateTime(zone: String): ZonedDateTime

    Converts this UUID to a ZonedDateTime given a zone argument.

    Converts this UUID to a ZonedDateTime given a zone argument.

    zone

    A String that is meant to contain a valid ZoneId. This method will not check if the string provided is a valid ZoneId, it will just pass this through to ZoneId.of.

    returns

    A ZonedDateTime, which contains a time instant and information about a ZoneId.

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped