Package

dtc

Permalink

package dtc

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. dtc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait LawlessDateTimeTC[A] extends Order[A] with Serializable

    Permalink

    Common base type class for any dateTime.

    Common base type class for any dateTime. Doesn't hold any laws, exact behaviour and laws are defined for it's children.

    All the methods follow java.time._ semantics.

  2. trait LocalDateTimeTC[A] extends LawlessDateTimeTC[A] with Serializable

    Permalink

    A typeclass for local datetime values, that are unaware of DST and offsets.

    A typeclass for local datetime values, that are unaware of DST and offsets.

    Semantics are similar to java.time.LocalDateTime

  3. final case class TimeZoneId(id: String) extends AnyVal with Product with Serializable

    Permalink

    Cross-platform wrapper for time-zone id values.

    Cross-platform wrapper for time-zone id values.

    id

    raw zone id value

  4. trait ZonedDateTimeTC[A] extends LawlessDateTimeTC[A] with Serializable

    Permalink

    A typeclass for zoned datetime values.

    A typeclass for zoned datetime values. These values are zone aware and follow DST transformation rules.

    Semantics are similar to java.time.ZonedDateTime

Value Members

  1. object LawlessDateTimeTC extends Serializable

    Permalink
  2. object LocalDateTimeTC extends Serializable

    Permalink
  3. object TimeZoneId extends Serializable

    Permalink
  4. object ZonedDateTimeTC extends Serializable

    Permalink
  5. package instances

    Permalink
  6. package js

    Permalink
  7. package syntax

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped