Package

org.gerweck.scala.util

joda

Permalink

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.

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

Type Members

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped