final class RichLocalTime extends AnyVal with Ordered[RichLocalTime] with PimpedType[LocalTime]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichLocalTime
  2. PimpedType
  3. Ordered
  4. Comparable
  5. AnyVal
  6. 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 +(period: Period): LocalTime
  5. def -(duration: Duration): LocalTime
  6. def -(period: Period): LocalTime
  7. def <(that: RichLocalTime): Boolean
    Definition Classes
    Ordered
  8. def <=(that: RichLocalTime): Boolean
    Definition Classes
    Ordered
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  10. def >(that: RichLocalTime): Boolean
    Definition Classes
    Ordered
  11. def >=(that: RichLocalTime): Boolean
    Definition Classes
    Ordered
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def compare(that: RichLocalTime): Int
    Definition Classes
    RichLocalTime → Ordered
  14. def compareTo(that: RichLocalTime): Int
    Definition Classes
    Ordered → Comparable
  15. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def toString(): String
    Definition Classes
    Any
  18. val underlying: LocalTime
    Definition Classes
    RichLocalTimePimpedType
  19. def withHour(hour: Int): LocalTime
  20. def withMinute(minute: Int): LocalTime
  21. def withSecond(second: Int): LocalTime

Inherited from PimpedType[LocalTime]

Inherited from Ordered[RichLocalTime]

Inherited from Comparable[RichLocalTime]

Inherited from AnyVal

Inherited from Any

Ungrouped