Package

dtc.instances

moment

Permalink

package moment

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

Value Members

  1. implicit val captureMomentLocalDateTime: Capture[MomentLocalDateTime]

    Permalink
  2. implicit val momentLocalDTC: Local[MomentLocalDateTime]

    Permalink
  3. implicit val momentZonedWithCrossZoneEquality: Zoned[MomentZonedDateTime]

    Permalink

    This instance uses relaxed time value equality, comparing only underlying instants.

    This instance uses relaxed time value equality, comparing only underlying instants.

    Time values are equal when underlying instants are equal. Even if they have different time zones.

  4. implicit val momentZonedWithStrictEquality: Zoned[MomentZonedDateTime]

    Permalink

    This instance uses strict time value equality.

    This instance uses strict time value equality.

    Time values with different time zones are always considered different, regardless of underlying instant equivalence.

  5. object providers

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped