scala.scalajs.runtime

RuntimeLong

final class RuntimeLong extends Number with java.io.Serializable with Comparable[java.lang.Long]

Emulates a Long on the JavaScript platform.

Self Type
RuntimeLong
Annotations
@inline()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RuntimeLong
  2. Comparable
  3. Number
  4. Serializable
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RuntimeLong(value: Int)

    Constructs a Long from an Int.

  2. new RuntimeLong(lo: Int, hi: Int)

  3. new RuntimeLong(l: Int, m: Int, h: Int)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use the constructor with (lo, hi) instead.

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def %(b: RuntimeLong): RuntimeLong

    Annotations
    @inline()
  5. def &(b: RuntimeLong): RuntimeLong

    Annotations
    @inline()
  6. def *(b: RuntimeLong): RuntimeLong

    Annotations
    @inline()
  7. def +(b: RuntimeLong): RuntimeLong

    Annotations
    @inline()
  8. def -(b: RuntimeLong): RuntimeLong

    Annotations
    @inline()
  9. def ->[B](y: B): (RuntimeLong, B)

    Implicit information
    This member is added by an implicit conversion from RuntimeLong to ArrowAssoc[RuntimeLong] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  10. def /(b: RuntimeLong): RuntimeLong

    Annotations
    @inline()
  11. def <(b: RuntimeLong): Boolean

    Annotations
    @inline()
  12. def <<(n: Int): RuntimeLong

    Shift left

    Shift left

    Annotations
    @inline()
  13. def <=(b: RuntimeLong): Boolean

    Annotations
    @inline()
  14. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  16. def >(b: RuntimeLong): Boolean

    Annotations
    @inline()
  17. def >=(b: RuntimeLong): Boolean

    Annotations
    @inline()
  18. def >>(n: Int): RuntimeLong

    Arithmetic shift right

    Arithmetic shift right

    Annotations
    @inline()
  19. def >>>(n: Int): RuntimeLong

    Logical shift right

    Logical shift right

    Annotations
    @inline()
  20. def ^(b: RuntimeLong): RuntimeLong

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

    Definition Classes
    Any
  22. def byteValue(): Byte

    Definition Classes
    RuntimeLong → Number
    Annotations
    @inline()
  23. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def compareTo(that: java.lang.Long): Int

    Definition Classes
    RuntimeLong → Comparable
    Annotations
    @inline()
  25. def compareTo(b: RuntimeLong): Int

    Annotations
    @inline()
  26. def divideUnsigned(b: RuntimeLong): RuntimeLong

    java.lang.Long.divideUnsigned(a, b)

    java.lang.Long.divideUnsigned(a, b)

    Annotations
    @inline()
  27. def doubleValue(): Double

    Definition Classes
    RuntimeLong → Number
    Annotations
    @inline()
  28. def ensuring(cond: (RuntimeLong) ⇒ Boolean, msg: ⇒ Any): RuntimeLong

    Implicit information
    This member is added by an implicit conversion from RuntimeLong to Ensuring[RuntimeLong] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: (RuntimeLong) ⇒ Boolean): RuntimeLong

    Implicit information
    This member is added by an implicit conversion from RuntimeLong to Ensuring[RuntimeLong] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean, msg: ⇒ Any): RuntimeLong

    Implicit information
    This member is added by an implicit conversion from RuntimeLong to Ensuring[RuntimeLong] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean): RuntimeLong

    Implicit information
    This member is added by an implicit conversion from RuntimeLong to Ensuring[RuntimeLong] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. def equals(b: RuntimeLong): Boolean

    Annotations
    @inline()
  34. def equals(that: Any): Boolean

    Definition Classes
    RuntimeLong → AnyRef → Any
    Annotations
    @inline()
  35. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. def floatValue(): Float

    Definition Classes
    RuntimeLong → Number
    Annotations
    @inline()
  37. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from RuntimeLong to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  38. final def getClass(): Class[_]

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

    Definition Classes
    RuntimeLong → AnyRef → Any
    Annotations
    @inline()
  40. val hi: Int

  41. def intValue(): Int

    Definition Classes
    RuntimeLong → Number
    Annotations
    @inline()
  42. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  43. val lo: Int

  44. def longValue(): Long

    Definition Classes
    RuntimeLong → Number
    Annotations
    @inline()
  45. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  46. def notEquals(b: RuntimeLong): Boolean

    Annotations
    @inline()
  47. final def notify(): Unit

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

    Definition Classes
    AnyRef
  49. def remainderUnsigned(b: RuntimeLong): RuntimeLong

    java.lang.Long.remainderUnsigned(a, b)

    java.lang.Long.remainderUnsigned(a, b)

    Annotations
    @inline()
  50. def shortValue(): Short

    Definition Classes
    RuntimeLong → Number
    Annotations
    @inline()
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def toByte: Byte

    Annotations
    @inline()
  53. def toChar: Char

    Annotations
    @inline()
  54. def toDouble: Double

    Annotations
    @inline()
  55. def toFloat: Float

    Annotations
    @inline()
  56. def toInt: Int

    Annotations
    @inline()
  57. def toLong: Long

    Annotations
    @inline()
  58. def toShort: Short

    Annotations
    @inline()
  59. def toString(): String

    Definition Classes
    RuntimeLong → AnyRef → Any
    Annotations
    @inline()
  60. def unary_-: RuntimeLong

    Annotations
    @inline()
  61. def unary_~: RuntimeLong

    Annotations
    @inline()
  62. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. def |(b: RuntimeLong): RuntimeLong

    Annotations
    @inline()
  66. def [B](y: B): (RuntimeLong, B)

    Implicit information
    This member is added by an implicit conversion from RuntimeLong to ArrowAssoc[RuntimeLong] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from RuntimeLong to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (runtimeLong: StringAdd).+(other)
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from RuntimeLong to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (runtimeLong: StringAdd).self
    Definition Classes
    StringAdd
  3. val self: Any

    Implicit information
    This member is added by an implicit conversion from RuntimeLong to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (runtimeLong: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def +(y: String): String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use this.toString + y instead.

  2. def bitCount: Int

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use java.lang.Long.bitCount instead.

  3. def h: Int

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use lo and hi instead.

  4. def l: Int

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use lo and hi instead.

  5. def m: Int

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use lo and hi instead.

  6. def numberOfLeadingZeros: Int

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use java.lang.Long.numberOfLeadingZeros instead.

  7. def numberOfTrailingZeros: Int

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use java.lang.Long.numberOfTrailingZeros instead.

  8. def signum: RuntimeLong

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use java.lang.Long.signum instead.

  9. def toBinaryString: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use java.lang.Long.toBinaryString instead.

  10. def toHexString: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use java.lang.Long.toHexString instead.

  11. def toOctalString: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use java.lang.Long.toOctalString instead.

  12. def unary_+: RuntimeLong

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Just use this instead.

  13. def x: RuntimeLong

    Implicit information
    This member is added by an implicit conversion from RuntimeLong to ArrowAssoc[RuntimeLong] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (runtimeLong: ArrowAssoc[RuntimeLong]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  14. def x: RuntimeLong

    Implicit information
    This member is added by an implicit conversion from RuntimeLong to Ensuring[RuntimeLong] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (runtimeLong: Ensuring[RuntimeLong]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Comparable[java.lang.Long]

Inherited from Number

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from RuntimeLong to StringAdd

Inherited by implicit conversion any2stringfmt from RuntimeLong to StringFormat

Inherited by implicit conversion any2ArrowAssoc from RuntimeLong to ArrowAssoc[RuntimeLong]

Inherited by implicit conversion any2Ensuring from RuntimeLong to Ensuring[RuntimeLong]

Ungrouped