object WellKnownTypes
- Source
- WellKnownTypes.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WellKnownTypes
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- val NANOS_PER_MICROSECOND: Int
- val NANOS_PER_MILLISECOND: Int
- val NANOS_PER_SECOND: Int
- val TIMESTAMP_SECONDS_MAX: Long
- val TIMESTAMP_SECONDS_MIN: Long
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def formatNanos(nanos: Int): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
Deprecated Value Members
- val DURATION_SECONDS_MAX: Long
- Annotations
- @deprecated
- Deprecated
(Since version ) will be removed. use Durations.DURATION_SECONDS_MAX
- val DURATION_SECONDS_MIN: Long
- Annotations
- @deprecated
- Deprecated
(Since version ) will be removed. use Durations.DURATION_SECONDS_MIN
- val MICROS_PER_SECOND: Int
- Annotations
- @deprecated
- Deprecated
(Since version ) will be removed
- val MILLIS_PER_SECOND: Int
- Annotations
- @deprecated
- Deprecated
(Since version ) will be removed
- def checkValid(duration: Duration): Unit
- Annotations
- @deprecated
- Deprecated
(Since version ) will be removed. use Durations.checkValid
- def parseDuration(value: String): Duration
- Annotations
- @deprecated
- Deprecated
(Since version ) will be removed. use Durations.parseDuration
- def parseNanos(value: String): Int
- Annotations
- @deprecated
- Deprecated
(Since version ) will be removed. use Durations.parseNanos
- def writeDuration(duration: Duration): String
- Annotations
- @deprecated
- Deprecated
(Since version ) will be removed. use Durations.writeDuration