Class

com.github.nscala_time.time

RichLocalTime

Related Doc: package time

Permalink

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)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def +(builder: DurationBuilder): LocalTime

    Permalink
  4. def +(period: ReadablePeriod): LocalTime

    Permalink
  5. def -(builder: DurationBuilder): LocalTime

    Permalink
  6. def -(period: ReadablePeriod): LocalTime

    Permalink
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  10. def hour: Property

    Permalink
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def minute: Property

    Permalink
  13. def second: Property

    Permalink
  14. def toString(): String

    Permalink
    Definition Classes
    Any
  15. val underlying: LocalTime

    Permalink
    Definition Classes
    RichLocalTimePimpedType
  16. def withHour(hour: Int): LocalTime

    Permalink
  17. def withMinute(minute: Int): LocalTime

    Permalink
  18. def withSecond(second: Int): LocalTime

    Permalink

Inherited from PimpedType[LocalTime]

Inherited from AnyVal

Inherited from Any

Ungrouped