Class/Object

scala.scalajs.runtime

RuntimeLong

Related Docs: object RuntimeLong | package runtime

Permalink

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 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)

    Permalink

    Constructs a Long from an Int.

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

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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

Value Members

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

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

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

    Permalink
    Annotations
    @inline()
  4. def &(b: RuntimeLong): RuntimeLong

    Permalink
    Annotations
    @inline()
  5. def *(b: RuntimeLong): RuntimeLong

    Permalink
    Annotations
    @inline()
  6. def +(b: RuntimeLong): RuntimeLong

    Permalink
    Annotations
    @inline()
  7. def -(b: RuntimeLong): RuntimeLong

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

    Permalink
    Implicit information
    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

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

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

    Permalink

    Shift left

    Shift left

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

    Permalink
    Annotations
    @inline()
  13. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def >(b: RuntimeLong): Boolean

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

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

    Permalink

    Arithmetic shift right

    Arithmetic shift right

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

    Permalink

    Logical shift right

    Logical shift right

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

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

    Permalink
    Definition Classes
    Any
  20. def byteValue(): Byte

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

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

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

    Permalink
    Annotations
    @inline()
  24. def divideUnsigned(b: RuntimeLong): RuntimeLong

    Permalink

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

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

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

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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

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

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

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

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

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

    Permalink
    Implicit information
    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[_]

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

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

    Permalink
  39. def intValue(): Int

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

    Permalink
    Definition Classes
    Any
  41. val lo: Int

    Permalink
  42. def longValue(): Long

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

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

    Permalink
    Annotations
    @inline()
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. def remainderUnsigned(b: RuntimeLong): RuntimeLong

    Permalink

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  50. def toByte: Byte

    Permalink
    Annotations
    @inline()
  51. def toChar: Char

    Permalink
    Annotations
    @inline()
  52. def toDouble: Double

    Permalink
    Annotations
    @inline()
  53. def toFloat: Float

    Permalink
    Annotations
    @inline()
  54. def toInt: Int

    Permalink
    Annotations
    @inline()
  55. def toLong: Long

    Permalink
    Annotations
    @inline()
  56. def toShort: Short

    Permalink
    Annotations
    @inline()
  57. def toString(): String

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

    Permalink
    Annotations
    @inline()
  59. def unary_~: RuntimeLong

    Permalink
    Annotations
    @inline()
  60. final def wait(): Unit

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

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

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

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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  2. def bitCount: Int

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  3. def h: Int

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use lo and hi instead.

  4. def l: Int

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use lo and hi instead.

  5. def m: Int

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.6) Use lo and hi instead.

  6. def numberOfLeadingZeros: Int

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  7. def numberOfTrailingZeros: Int

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  8. def signum: RuntimeLong

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  9. def toBinaryString: String

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  10. def toHexString: String

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  11. def toOctalString: String

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  12. def unary_+: RuntimeLong

    Permalink
    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