Class

org.gerweck.scala.util.joda

RichJodaDuration

Related Doc: package joda

Permalink

implicit final class RichJodaDuration extends AnyVal with UniversalOrdering[Duration]

Source
package.scala
Linear Supertypes
UniversalOrdering[Duration], Ordered[Duration], Comparable[Duration], AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichJodaDuration
  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 RichJodaDuration(inner: Duration)

    Permalink

Value Members

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

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

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

    Permalink
    Annotations
    @inline()
  4. def +(i: Instant): Instant

    Permalink
    Annotations
    @inline()
  5. def +(d: FiniteDuration): Duration

    Permalink
  6. def +(duration: ReadableDuration): Duration

    Permalink
  7. def -(d: FiniteDuration): Duration

    Permalink
  8. def -(duration: ReadableDuration): Duration

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDuration to Ensuring[RichJodaDuration] 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 RichJodaDuration to StringFormat[RichJodaDuration] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  24. val inner: Duration

    Permalink
    Definition Classes
    RichJodaDurationUniversalOrdering
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def max(that: Duration): Duration

    Permalink
    Definition Classes
    UniversalOrdering
    Annotations
    @inline()
  27. def min(that: Duration): Duration

    Permalink
    Definition Classes
    UniversalOrdering
    Annotations
    @inline()
  28. def toDouble: Double

    Permalink
  29. def toFloat: Float

    Permalink
  30. def toHuman: String

    Permalink
  31. def toString(): String

    Permalink
    Definition Classes
    Any
  32. def [B](y: B): (RichJodaDuration, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDuration to ArrowAssoc[RichJodaDuration] 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 RichJodaDuration to any2stringadd[RichJodaDuration] 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:
    (richJodaDuration: any2stringadd[RichJodaDuration]).+(other)
    Definition Classes
    any2stringadd
  2. def <(that: RichJodaDuration): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDuration to Ordered[RichJodaDuration] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[RichJodaDuration] 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:
    (richJodaDuration: Ordered[RichJodaDuration]).<(that)
    Definition Classes
    Ordered
  3. def <=(that: RichJodaDuration): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDuration to Ordered[RichJodaDuration] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[RichJodaDuration] 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:
    (richJodaDuration: Ordered[RichJodaDuration]).<=(that)
    Definition Classes
    Ordered
  4. def >(that: RichJodaDuration): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDuration to Ordered[RichJodaDuration] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[RichJodaDuration] 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:
    (richJodaDuration: Ordered[RichJodaDuration]).>(that)
    Definition Classes
    Ordered
  5. def >=(that: RichJodaDuration): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDuration to Ordered[RichJodaDuration] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[RichJodaDuration] 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:
    (richJodaDuration: Ordered[RichJodaDuration]).>=(that)
    Definition Classes
    Ordered
  6. def compare(that: RichJodaDuration): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDuration to Ordered[RichJodaDuration] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[RichJodaDuration] 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:
    (richJodaDuration: Ordered[RichJodaDuration]).compare(that)
    Definition Classes
    Ordered
  7. def compareTo(that: RichJodaDuration): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJodaDuration to Ordered[RichJodaDuration] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[RichJodaDuration] 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:
    (richJodaDuration: Ordered[RichJodaDuration]).compareTo(that)
    Definition Classes
    Ordered → Comparable

Inherited from UniversalOrdering[Duration]

Inherited from Ordered[Duration]

Inherited from Comparable[Duration]

Inherited from AnyVal

Inherited from Any

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

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

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

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

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

Ungrouped