c

com.github.nscala_time.time

RichLocalTime

final class RichLocalTime extends AnyVal with PimpedType[LocalTime]

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

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 +(builder: DurationBuilder): LocalTime
  4. def +(period: ReadablePeriod): LocalTime
  5. def -(builder: DurationBuilder): LocalTime
  6. def -(period: ReadablePeriod): LocalTime
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. def hour: Property
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def minute: Property
  13. def second: Property
  14. def toString(): String
    Definition Classes
    Any
  15. val underlying: LocalTime
    Definition Classes
    RichLocalTimePimpedType
  16. def withHour(hour: Int): LocalTime
  17. def withMinute(minute: Int): LocalTime
  18. def withSecond(second: Int): LocalTime

Inherited from PimpedType[LocalTime]

Inherited from AnyVal

Inherited from Any

Ungrouped