final class Instant extends TemporalAccessor with Temporal with TemporalAdjuster with Comparable[Instant] with Serializable
Created by alonsodomin on 26/12/2015.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Instant
- Serializable
- Comparable
- TemporalAdjuster
- Temporal
- TemporalAccessor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adjustInto(temporal: Temporal): Temporal
- Definition Classes
- Instant → TemporalAdjuster
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compareTo(that: Instant): Int
- Definition Classes
- Instant → Comparable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- Instant → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get(field: TemporalField): Int
- Definition Classes
- TemporalAccessor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getEpochSecond(): Long
- def getLong(field: TemporalField): Long
- Definition Classes
- Instant → TemporalAccessor
- def getNano(): Int
- def hashCode(): Int
- Definition Classes
- Instant → AnyRef → Any
- def isAfter(that: Instant): Boolean
- def isBefore(that: Instant): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSupported(unit: TemporalUnit): Boolean
- def isSupported(field: TemporalField): Boolean
- Definition Classes
- Instant → TemporalAccessor
- def minus(amount: Long, unit: TemporalUnit): Instant
- def minus(amount: TemporalAmount): Instant
- def minusMillis(millis: Long): Instant
- def minusNanos(nans: Long): Instant
- def minusSeconds(secs: Long): Instant
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def plus(amount: Long, unit: TemporalUnit): Instant
- def plus(amount: TemporalAmount): Temporal
- Definition Classes
- Temporal
- def plusMillis(millis: Long): Instant
- def plusNanos(nans: Long): Instant
- def plusSeconds(secs: Long): Instant
- def range(field: TemporalField): ValueRange
- Definition Classes
- TemporalAccessor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toEpochMilli(): Long
- def toString(): String
- Definition Classes
- Instant → AnyRef → Any
- def truncatedTo(unit: TemporalUnit): Instant
- def until(end: Temporal, unit: TemporalUnit): Long
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def with(field: TemporalField, value: Long): Instant
- def with(adjuster: TemporalAdjuster): Instant