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()
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 StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
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: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def %(b: RuntimeLong): RuntimeLong
    Annotations
    @inline()
  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](y: B): (RuntimeLong, B)
    Implicit
    This member is added by an implicit conversion from RuntimeLong to ArrowAssoc[RuntimeLong] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  9. def /(b: RuntimeLong): RuntimeLong
    Annotations
    @inline()
  10. def <(b: RuntimeLong): Boolean
    Annotations
    @inline()
  11. def <<(n: Int): RuntimeLong

    Shift left

    Shift left

    Annotations
    @inline()
  12. def <=(b: RuntimeLong): Boolean
    Annotations
    @inline()
  13. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def >(b: RuntimeLong): Boolean
    Annotations
    @inline()
  15. def >=(b: RuntimeLong): Boolean
    Annotations
    @inline()
  16. def >>(n: Int): RuntimeLong

    Arithmetic shift right

    Arithmetic shift right

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

    Logical shift right

    Logical shift right

    Annotations
    @inline()
  18. def ^(b: RuntimeLong): RuntimeLong
    Annotations
    @inline()
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def byteValue(): Byte
    Definition Classes
    RuntimeLong → Number
    Annotations
    @inline()
  21. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def compareTo(that: java.lang.Long): Int
    Definition Classes
    RuntimeLong → Comparable
    Annotations
    @inline()
  23. def compareTo(b: RuntimeLong): Int
    Annotations
    @inline()
  24. def divideUnsigned(b: RuntimeLong): RuntimeLong

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

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

    Annotations
    @inline()
  25. def doubleValue(): Double
    Definition Classes
    RuntimeLong → Number
    Annotations
    @inline()
  26. def ensuring(cond: (RuntimeLong) ⇒ Boolean, msg: ⇒ Any): RuntimeLong
    Implicit
    This member is added by an implicit conversion from RuntimeLong to Ensuring[RuntimeLong] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: (RuntimeLong) ⇒ Boolean): RuntimeLong
    Implicit
    This member is added by an implicit conversion from RuntimeLong to Ensuring[RuntimeLong] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean, msg: ⇒ Any): RuntimeLong
    Implicit
    This member is added by an implicit conversion from RuntimeLong to Ensuring[RuntimeLong] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean): RuntimeLong
    Implicit
    This member is added by an implicit conversion from RuntimeLong to Ensuring[RuntimeLong] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(b: RuntimeLong): Boolean
    Annotations
    @inline()
  32. def equals(that: Any): Boolean
    Definition Classes
    RuntimeLong → AnyRef → Any
    Annotations
    @inline()
  33. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def floatValue(): Float
    Definition Classes
    RuntimeLong → Number
    Annotations
    @inline()
  35. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from RuntimeLong to StringFormat[RuntimeLong] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  36. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  37. def hashCode(): Int
    Definition Classes
    RuntimeLong → AnyRef → Any
    Annotations
    @inline()
  38. val hi: Int
  39. def intValue(): Int
    Definition Classes
    RuntimeLong → Number
    Annotations
    @inline()
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. val lo: Int
  42. def longValue(): Long
    Definition Classes
    RuntimeLong → Number
    Annotations
    @inline()
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def notEquals(b: RuntimeLong): Boolean
    Annotations
    @inline()
  45. final def notify(): Unit
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  47. def remainderUnsigned(b: RuntimeLong): RuntimeLong

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

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

    Annotations
    @inline()
  48. def shortValue(): Short
    Definition Classes
    RuntimeLong → Number
    Annotations
    @inline()
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def toByte: Byte
    Annotations
    @inline()
  51. def toChar: Char
    Annotations
    @inline()
  52. def toDouble: Double
    Annotations
    @inline()
  53. def toFloat: Float
    Annotations
    @inline()
  54. def toInt: Int
    Annotations
    @inline()
  55. def toLong: Long
    Annotations
    @inline()
  56. def toShort: Short
    Annotations
    @inline()
  57. def toString(): String
    Definition Classes
    RuntimeLong → AnyRef → Any
    Annotations
    @inline()
  58. def unary_-: RuntimeLong
    Annotations
    @inline()
  59. def unary_~: RuntimeLong
    Annotations
    @inline()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def |(b: RuntimeLong): RuntimeLong
    Annotations
    @inline()
  64. def [B](y: B): (RuntimeLong, B)
    Implicit
    This member is added by an implicit conversion from RuntimeLong to ArrowAssoc[RuntimeLong] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from RuntimeLong to any2stringadd[RuntimeLong] 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: any2stringadd[RuntimeLong]).+(other)
    Definition Classes
    any2stringadd

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.

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 any2stringadd[RuntimeLong]

Inherited by implicit conversion StringFormat from RuntimeLong to StringFormat[RuntimeLong]

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

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

Ungrouped