Class

org.gerweck.scala.util.joda

RichJodaDateTime

Related Doc: package joda

Permalink

implicit final class RichJodaDateTime extends AnyVal with UniversalOrdering[LocalDateTime]

Source
package.scala
Linear Supertypes
UniversalOrdering[LocalDateTime], Ordered[LocalDateTime], Comparable[LocalDateTime], AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichJodaDateTime
  2. UniversalOrdering
  3. Ordered
  4. Comparable
  5. AnyVal
  6. Any
Implicitly
  1. by orderingToOrdered
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichJodaDateTime(inner: LocalDateTime)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def +(d: FiniteDuration): LocalDateTime

    Permalink
  4. def +(d: ReadableDuration): LocalDateTime

    Permalink
  5. def +(p: ReadablePeriod): LocalDateTime

    Permalink
  6. def -(d: FiniteDuration): LocalDateTime

    Permalink
  7. def -(d: ReadableDuration): LocalDateTime

    Permalink
  8. def -(p: ReadablePeriod): LocalDateTime

    Permalink
  9. def ->[B](y: B): (RichJodaDateTime, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDateTime to ArrowAssoc[RichJodaDateTime] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  10. def <(that: LocalDateTime): Boolean

    Permalink
    Definition Classes
    Ordered
  11. def <=(that: LocalDateTime): Boolean

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

    Permalink
    Definition Classes
    Any
  13. def >(that: LocalDateTime): Boolean

    Permalink
    Definition Classes
    Ordered
  14. def >=(that: LocalDateTime): Boolean

    Permalink
    Definition Classes
    Ordered
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def compare(that: LocalDateTime): Int

    Permalink
    Definition Classes
    UniversalOrdering → Ordered
    Annotations
    @inline()
  17. def compareTo(that: LocalDateTime): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  18. def ensuring(cond: (RichJodaDateTime) ⇒ Boolean, msg: ⇒ Any): RichJodaDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDateTime to Ensuring[RichJodaDateTime] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (RichJodaDateTime) ⇒ Boolean): RichJodaDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDateTime to Ensuring[RichJodaDateTime] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): RichJodaDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDateTime to Ensuring[RichJodaDateTime] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): RichJodaDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDateTime to Ensuring[RichJodaDateTime] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDateTime to StringFormat[RichJodaDateTime] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  24. def getQuarter: Int

    Permalink
  25. val inner: LocalDateTime

    Permalink
    Definition Classes
    RichJodaDateTimeUniversalOrdering
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def max(that: LocalDateTime): LocalDateTime

    Permalink
    Definition Classes
    UniversalOrdering
    Annotations
    @inline()
  28. def min(that: LocalDateTime): LocalDateTime

    Permalink
    Definition Classes
    UniversalOrdering
    Annotations
    @inline()
  29. def toString(): String

    Permalink
    Definition Classes
    Any
  30. def [B](y: B): (RichJodaDateTime, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDateTime to ArrowAssoc[RichJodaDateTime] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDateTime to any2stringadd[RichJodaDateTime] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (richJodaDateTime: any2stringadd[RichJodaDateTime]).+(other)
    Definition Classes
    any2stringadd
  2. def <(that: RichJodaDateTime): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDateTime to Ordered[RichJodaDateTime] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[RichJodaDateTime] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (richJodaDateTime: Ordered[RichJodaDateTime]).<(that)
    Definition Classes
    Ordered
  3. def <=(that: RichJodaDateTime): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDateTime to Ordered[RichJodaDateTime] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[RichJodaDateTime] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (richJodaDateTime: Ordered[RichJodaDateTime]).<=(that)
    Definition Classes
    Ordered
  4. def >(that: RichJodaDateTime): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDateTime to Ordered[RichJodaDateTime] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[RichJodaDateTime] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (richJodaDateTime: Ordered[RichJodaDateTime]).>(that)
    Definition Classes
    Ordered
  5. def >=(that: RichJodaDateTime): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDateTime to Ordered[RichJodaDateTime] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[RichJodaDateTime] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (richJodaDateTime: Ordered[RichJodaDateTime]).>=(that)
    Definition Classes
    Ordered
  6. def compare(that: RichJodaDateTime): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDateTime to Ordered[RichJodaDateTime] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[RichJodaDateTime] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (richJodaDateTime: Ordered[RichJodaDateTime]).compare(that)
    Definition Classes
    Ordered
  7. def compareTo(that: RichJodaDateTime): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDateTime to Ordered[RichJodaDateTime] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[RichJodaDateTime] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (richJodaDateTime: Ordered[RichJodaDateTime]).compareTo(that)
    Definition Classes
    Ordered → Comparable

Inherited from UniversalOrdering[LocalDateTime]

Inherited from Ordered[LocalDateTime]

Inherited from Comparable[LocalDateTime]

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion orderingToOrdered from RichJodaDateTime to Ordered[RichJodaDateTime]

Inherited by implicit conversion any2stringadd from RichJodaDateTime to any2stringadd[RichJodaDateTime]

Inherited by implicit conversion StringFormat from RichJodaDateTime to StringFormat[RichJodaDateTime]

Inherited by implicit conversion Ensuring from RichJodaDateTime to Ensuring[RichJodaDateTime]

Inherited by implicit conversion ArrowAssoc from RichJodaDateTime to ArrowAssoc[RichJodaDateTime]

Ungrouped