scala.scalajs.runtime

RuntimeLong

object RuntimeLong extends Serializable

Linear Supertypes
Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RuntimeLong
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def apply(l: Int, m: Int, h: Int): RuntimeLong

    Creates a new long from its three underlying components.

    Creates a new long from its three underlying components.

    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fromByte(value: Byte): RuntimeLong

    Annotations
    @inline()
  11. def fromChar(value: Char): RuntimeLong

    Annotations
    @inline()
  12. def fromDouble(value: Double): RuntimeLong

    Annotations
    @inline()
  13. def fromFloat(value: Float): RuntimeLong

    Annotations
    @inline()
  14. def fromInt(value: Int): RuntimeLong

    Annotations
    @inline()
  15. def fromRuntimeLong(x: RuntimeLong): Long

  16. def fromShort(value: Short): RuntimeLong

    Annotations
    @inline()
  17. def fromString(str: String, radix: Int): RuntimeLong

    Annotations
    @inline()
  18. def fromString(str: String): RuntimeLong

    Annotations
    @inline()
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toRuntimeLong(x: Long): RuntimeLong

  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def MaxValue: RuntimeLong

    The largest value representable as a Long.

    The largest value representable as a Long.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.5) Implementation detail. Will be removed in 0.6.0.

  2. def MinValue: RuntimeLong

    The smallest value representable as a Long.

    The smallest value representable as a Long.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.5) Implementation detail. Will be removed in 0.6.0.

  3. def one: RuntimeLong

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.5.5) Use RuntimeLongImpl.One instead

  4. def zero: RuntimeLong

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.5.5) Use RuntimeLongImpl.Zero instead

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped