Class

org.gerweck.scala.util.date.ThreeTenBPWrappers

RichTTDateTime

Related Doc: package ThreeTenBPWrappers

Permalink

final class RichTTDateTime extends AnyVal with UniversalOrdering[LocalDateTime]

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

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

    Permalink
  4. def +(p: TemporalAmount): LocalDateTime

    Permalink
  5. def -(d: FiniteDuration): LocalDateTime

    Permalink
  6. def -(p: TemporalAmount): LocalDateTime

    Permalink
  7. def -(other: LocalDateTime): Duration

    Permalink
  8. def ->[B](y: B): (RichTTDateTime, B)

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

    Permalink
    Definition Classes
    Ordered
  10. def <=(that: LocalDateTime): Boolean

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

    Permalink
    Definition Classes
    Any
  12. def >(that: LocalDateTime): Boolean

    Permalink
    Definition Classes
    Ordered
  13. def >=(that: LocalDateTime): Boolean

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

    Permalink
    Definition Classes
    Any
  15. def compare(that: LocalDateTime): Int

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyVal → Any
  23. def getQuarter: Int

    Permalink
  24. val inner: LocalDateTime

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

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

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

    Permalink
    Definition Classes
    UniversalOrdering
    Annotations
    @inline()
  28. def toSqlTimestamp: Timestamp

    Permalink
  29. def toString(): String

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

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

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

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

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

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

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

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

Inherited from UniversalOrdering[LocalDateTime]

Inherited from Ordered[LocalDateTime]

Inherited from Comparable[LocalDateTime]

Inherited from AnyVal

Inherited from Any

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

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

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

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

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

Ungrouped