Class

org.gerweck.scala.util.date.JavaTimeWrappers

RichJTDuration

Related Doc: package JavaTimeWrappers

Permalink

final class RichJTDuration extends AnyVal with UniversalOrdering[Duration]

Source
JavaTimeImplicits.scala
Linear Supertypes
UniversalOrdering[Duration], Ordered[Duration], Comparable[Duration], AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichJTDuration
  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 RichJTDuration(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 +(amount: Long, unit: TemporalUnit): Duration

    Permalink
  4. def +(d: Duration): Duration

    Permalink
  5. def ->[B](y: B): (RichJTDuration, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichJTDuration to ArrowAssoc[RichJTDuration] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def /(div: Duration): Double

    Permalink
  7. def <(that: Duration): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RichJTDurationUniversalOrdering
  22. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
  26. def toFloat: Float

    Permalink
  27. def toHuman: String

    Permalink
  28. def toScalaDuration: FiniteDuration

    Permalink
  29. def toString(): String

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

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

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

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

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

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

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

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

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

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

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

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

Ungrouped