Class

org.gerweck.scala.util.date.ThreeTenBPWrappers

RichTTDuration

Related Doc: package ThreeTenBPWrappers

Permalink

final class RichTTDuration extends AnyVal with UniversalOrdering[Duration]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichTTDuration to any2stringadd[RichTTDuration] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RichTTDuration, B)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RichTTDurationUniversalOrdering
  21. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
  25. def toFloat: Float

    Permalink
  26. def toHuman: String

    Permalink
  27. def toScalaDuration: FiniteDuration

    Permalink
  28. def toString(): String

    Permalink
    Definition Classes
    Any
  29. def [B](y: B): (RichTTDuration, B)

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

Shadowed Implicit Value Members

  1. def <(that: RichTTDuration): Boolean

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

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

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

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

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

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

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

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

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

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

Ungrouped