Class/Object

com.zoepepper.facades.jsjoda

LocalTime

Related Docs: object LocalTime | package jsjoda

Permalink

class LocalTime extends TemporalAccessor with Temporal

Annotations
@RawJSType() @native()
Linear Supertypes
Temporal, TemporalAccessor, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalTime
  2. Temporal
  3. TemporalAccessor
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LocalTime()

    Permalink
    Attributes
    protected[com.zoepepper.facades.jsjoda]

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def adjustInto(temporal: Temporal): Temporal

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def atDate(date: LocalDate): LocalDateTime

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compareTo(other: LocalTime): Int

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def format(formatter: DateTimeFormatter): String

    Permalink
  13. def get(field: TemporalField): Int

    Permalink
    Definition Classes
    TemporalAccessor
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getLong(unit: TemporalUnit): Double

    Permalink
    Definition Classes
    TemporalAccessor
  16. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hour(): Int

    Permalink
  19. def isAfter(other: LocalTime): Boolean

    Permalink
  20. def isBefore(other: LocalTime): Boolean

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  23. def isSupported(unit: TemporalUnit): Boolean

    Permalink
  24. def isSupported(field: TemporalField): Boolean

    Permalink
    Definition Classes
    TemporalAccessor
  25. def minus(amount: Double, unit: TemporalUnit): LocalTime

    Permalink
    Definition Classes
    LocalTimeTemporal
  26. def minus(amount: TemporalAmount): LocalTime

    Permalink
    Definition Classes
    LocalTimeTemporal
  27. def minusHours(hoursToSubtract: Double): LocalTime

    Permalink
  28. def minusMinutes(minutesToSubtract: Double): LocalTime

    Permalink
  29. def minusNanos(nanosToSubtract: Double): LocalTime

    Permalink
  30. def minusSeconds(secondsToSubtract: Double): LocalTime

    Permalink
  31. def minute(): Int

    Permalink
  32. def nano(): Int

    Permalink
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def plus(amount: Double, unit: TemporalUnit): LocalTime

    Permalink
    Definition Classes
    LocalTimeTemporal
  37. def plus(amount: TemporalAmount): LocalTime

    Permalink
    Definition Classes
    LocalTimeTemporal
  38. def plusHours(hoursToAdd: Double): LocalTime

    Permalink
  39. def plusMinutes(minutesToAdd: Double): LocalTime

    Permalink
  40. def plusNanos(nanosToAdd: Double): LocalTime

    Permalink
  41. def plusSeconds(secondsToAdd: Double): LocalTime

    Permalink
  42. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  43. def query[T](query: TemporalQuery[T]): T

    Permalink
    Definition Classes
    TemporalAccessor
  44. def range(field: TemporalField): ValueRange

    Permalink
    Definition Classes
    TemporalAccessor
  45. def second(): Int

    Permalink
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  48. def toNanoOfDay(): Long

    Permalink
  49. def toSecondOfDay(): Int

    Permalink
  50. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  51. def truncatedTo(unit: TemporalUnit): LocalTime

    Permalink
  52. def until(endExclusive: Temporal, unit: TemporalUnit): Double

    Permalink
    Definition Classes
    Temporal
  53. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  54. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def with(field: TemporalField, newValue: Double): LocalTime

    Permalink
    Definition Classes
    LocalTimeTemporal
  58. def with(adjuster: TemporalAdjuster): LocalTime

    Permalink
    Definition Classes
    LocalTimeTemporal
  59. def withHour(hour: Int): LocalTime

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

    Permalink
  61. def withNano(nano: Int): LocalTime

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

    Permalink

Inherited from Temporal

Inherited from TemporalAccessor

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped