c

io.github.chronoscala

RichLocalTime

final class RichLocalTime extends AnyVal with Ordered[LocalTime]

Source
RichLocalTime.scala
Linear Supertypes
Ordered[LocalTime], Comparable[LocalTime], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichLocalTime
  2. Ordered
  3. Comparable
  4. AnyVal
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RichLocalTime(underlying: LocalTime)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def +(duration: Duration): LocalTime
  4. def +(millis: Long): LocalTime
  5. def -(duration: Duration): LocalTime
  6. def -(millis: Long): LocalTime
  7. def <(that: LocalTime): Boolean
    Definition Classes
    Ordered
  8. def <=(that: LocalTime): Boolean
    Definition Classes
    Ordered
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  10. def >(that: LocalTime): Boolean
    Definition Classes
    Ordered
  11. def >=(that: LocalTime): Boolean
    Definition Classes
    Ordered
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def compare(that: LocalTime): Int
    Definition Classes
    RichLocalTime → Ordered
  14. def compareTo(that: LocalTime): Int
    Definition Classes
    Ordered → Comparable
  15. def format(pattern: String): String
  16. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def toString(): String
    Definition Classes
    Any
  19. val underlying: LocalTime

Inherited from Ordered[LocalTime]

Inherited from Comparable[LocalTime]

Inherited from AnyVal

Inherited from Any

Ungrouped