Class

com.outworkers.phantom.jdk8

TimeUUIDAugmenter

Related Doc: package jdk8

Permalink

implicit final class TimeUUIDAugmenter extends AnyVal

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

Instance Constructors

  1. new TimeUUIDAugmenter(uuid: UUID)

    Permalink

Value Members

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

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

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

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

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

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

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

    Permalink

    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

    Permalink

    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

    Permalink
    Definition Classes
    Any
  10. val uuid: UUID

    Permalink
  11. def zonedDateTime(zone: ZoneId): ZonedDateTime

    Permalink

    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

    Permalink

    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 Any

Ungrouped