Class/Object

com.zoepepper.facades.jsjoda

Instant

Related Docs: object Instant | package jsjoda

Permalink

class Instant extends Object with Temporal

Annotations
@RawJSType() @native()
Linear Supertypes
Temporal, TemporalAccessor, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Instant
  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 Instant()

    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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compareTo(otherInstant: Instant): Int

    Permalink
  8. def epochSecond(): Double

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get(field: TemporalField): Int

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

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

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

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

    Permalink
    Definition Classes
    Instant → AnyRef → Any
  17. def isAfter(otherInstant: Instant): Boolean

    Permalink
  18. def isBefore(otherInstant: Instant): Boolean

    Permalink
  19. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    TemporalAccessor
  23. def minus(amount: Double, unit: TemporalUnit): Instant

    Permalink
    Definition Classes
    InstantTemporal
  24. def minus(amount: TemporalAmount): Instant

    Permalink
    Definition Classes
    InstantTemporal
  25. def minusMillis(millisToSubtract: Double): Instant

    Permalink
  26. def minusNanos(nanosToSubtract: Double): Instant

    Permalink
  27. def minusSeconds(secondsToSubtract: Double): Instant

    Permalink
  28. def nano(): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def plus(amount: Double, unit: TemporalUnit): Instant

    Permalink
    Definition Classes
    InstantTemporal
  33. def plus(amount: TemporalAmount): Instant

    Permalink
    Definition Classes
    InstantTemporal
  34. def plusMillis(millisToAdd: Double): Instant

    Permalink
  35. def plusNanos(nanosToAdd: Double): Instant

    Permalink
  36. def plusSeconds(secondsToAdd: Double): Instant

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

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

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

    Permalink
    Definition Classes
    TemporalAccessor
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toEpochMilli(): Double

    Permalink
  42. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  43. def toString(): String

    Permalink
    Definition Classes
    Instant → AnyRef → Any
  44. def truncatedTo(unit: TemporalUnit): Instant

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

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

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

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

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

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

    Permalink
    Definition Classes
    InstantTemporal
  51. def with(adjuster: TemporalAdjuster): Instant

    Permalink
    Definition Classes
    InstantTemporal

Inherited from Temporal

Inherited from TemporalAccessor

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped