Class

org.gerweck.scala.util.joda

RichJodaInstant

Related Doc: package joda

Permalink

implicit final class RichJodaInstant extends AnyVal with UniversalOrdering[Instant]

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

    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): Instant

    Permalink
  4. def +(duration: ReadableDuration): Instant

    Permalink
  5. def +(duration: Long): Instant

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

    Permalink
  7. def -(duration: ReadableDuration): Instant

    Permalink
  8. def -(duration: Long): Instant

    Permalink
  9. def -(other: Instant): Duration

    Permalink
  10. def ->[B](y: B): (RichJodaInstant, B)

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

    Permalink
    Definition Classes
    Ordered
  12. def <=(that: Instant): Boolean

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

    Permalink
    Definition Classes
    Any
  14. def >(that: Instant): Boolean

    Permalink
    Definition Classes
    Ordered
  15. def >=(that: Instant): Boolean

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

    Permalink
    Definition Classes
    Any
  17. def compare(that: Instant): Int

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyVal → Any
  25. val inner: Instant

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from UniversalOrdering[Instant]

Inherited from Ordered[Instant]

Inherited from Comparable[Instant]

Inherited from AnyVal

Inherited from Any

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

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

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

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

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

Ungrouped