Class

org.gerweck.scala.util.date.ThreeTenBPWrappers

RichTTDate

Related Doc: package ThreeTenBPWrappers

Permalink

final class RichTTDate extends AnyVal with UniversalOrdering[LocalDate]

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

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def +(add: Duration): LocalDate

    Permalink
  4. def -(sub: LocalDate): Period

    Permalink
  5. def -(sub: Duration): LocalDate

    Permalink
  6. def ->[B](y: B): (RichTTDate, B)

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichTTDate to Ensuring[RichTTDate] 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 RichTTDate to StringFormat[RichTTDate] 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: LocalDate

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

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

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

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

    Permalink
    Definition Classes
    Any
  26. def [B](y: B): (RichTTDate, B)

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

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

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

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

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

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

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

Inherited from UniversalOrdering[LocalDate]

Inherited from Ordered[LocalDate]

Inherited from Comparable[LocalDate]

Inherited from AnyVal

Inherited from Any

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

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

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

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

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

Ungrouped