org.gerweck.scala.util

joda

package joda

Implicit utilities for working with Joda Time.

These have moved out of the date package as I now recommend that you use the new JSR 310 libraries, either from Java 8 directly or through the ThreeTenBP backport project.

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

Type Members

  1. implicit final class RichJodaDateTime extends AnyVal with UniversalOrdering[LocalDateTime]

  2. implicit final class RichJodaDuration extends AnyVal with UniversalOrdering[Duration]

  3. implicit final class RichJodaInstant extends AnyVal with UniversalOrdering[Instant]

Inherited from AnyRef

Inherited from Any

Ungrouped