Packages

final class Long extends Number with Comparable[Long] with Constable with ConstantDesc

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Long
  2. ConstantDesc
  3. Constable
  4. Comparable
  5. Number
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Long(s: String)
    Annotations
    @inline()
  2. new Long(_value: scala.Long)

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def %(x: scala.Double): scala.Double
    Attributes
    protected
  4. def %(x: scala.Float): scala.Float
    Attributes
    protected
  5. def %(x: scala.Long): scala.Long
    Attributes
    protected
  6. def %(x: Int): scala.Long
    Attributes
    protected
  7. def %(x: Char): scala.Long
    Attributes
    protected
  8. def %(x: scala.Short): scala.Long
    Attributes
    protected
  9. def %(x: scala.Byte): scala.Long
    Attributes
    protected
  10. def &(x: scala.Long): scala.Long
    Attributes
    protected
  11. def &(x: Int): scala.Long
    Attributes
    protected
  12. def &(x: Char): scala.Long
    Attributes
    protected
  13. def &(x: scala.Short): scala.Long
    Attributes
    protected
  14. def &(x: scala.Byte): scala.Long
    Attributes
    protected
  15. def *(x: scala.Double): scala.Double
    Attributes
    protected
  16. def *(x: scala.Float): scala.Float
    Attributes
    protected
  17. def *(x: scala.Long): scala.Long
    Attributes
    protected
  18. def *(x: Int): scala.Long
    Attributes
    protected
  19. def *(x: Char): scala.Long
    Attributes
    protected
  20. def *(x: scala.Short): scala.Long
    Attributes
    protected
  21. def *(x: scala.Byte): scala.Long
    Attributes
    protected
  22. def +(x: scala.Double): scala.Double
    Attributes
    protected
  23. def +(x: scala.Float): scala.Float
    Attributes
    protected
  24. def +(x: scala.Long): scala.Long
    Attributes
    protected
  25. def +(x: Int): scala.Long
    Attributes
    protected
  26. def +(x: Char): scala.Long
    Attributes
    protected
  27. def +(x: scala.Short): scala.Long
    Attributes
    protected
  28. def +(x: scala.Byte): scala.Long
    Attributes
    protected
  29. def +(x: String): String
    Attributes
    protected
  30. def -(x: scala.Double): scala.Double
    Attributes
    protected
  31. def -(x: scala.Float): scala.Float
    Attributes
    protected
  32. def -(x: scala.Long): scala.Long
    Attributes
    protected
  33. def -(x: Int): scala.Long
    Attributes
    protected
  34. def -(x: Char): scala.Long
    Attributes
    protected
  35. def -(x: scala.Short): scala.Long
    Attributes
    protected
  36. def -(x: scala.Byte): scala.Long
    Attributes
    protected
  37. def /(x: scala.Double): scala.Double
    Attributes
    protected
  38. def /(x: scala.Float): scala.Float
    Attributes
    protected
  39. def /(x: scala.Long): scala.Long
    Attributes
    protected
  40. def /(x: Int): scala.Long
    Attributes
    protected
  41. def /(x: Char): scala.Long
    Attributes
    protected
  42. def /(x: scala.Short): scala.Long
    Attributes
    protected
  43. def /(x: scala.Byte): scala.Long
    Attributes
    protected
  44. def <(x: scala.Double): scala.Boolean
    Attributes
    protected
  45. def <(x: scala.Float): scala.Boolean
    Attributes
    protected
  46. def <(x: scala.Long): scala.Boolean
    Attributes
    protected
  47. def <(x: Int): scala.Boolean
    Attributes
    protected
  48. def <(x: Char): scala.Boolean
    Attributes
    protected
  49. def <(x: scala.Short): scala.Boolean
    Attributes
    protected
  50. def <(x: scala.Byte): scala.Boolean
    Attributes
    protected
  51. def <<(x: scala.Long): scala.Long
    Attributes
    protected
  52. def <<(x: Int): scala.Long
    Attributes
    protected
  53. def <=(x: scala.Double): scala.Boolean
    Attributes
    protected
  54. def <=(x: scala.Float): scala.Boolean
    Attributes
    protected
  55. def <=(x: scala.Long): scala.Boolean
    Attributes
    protected
  56. def <=(x: Int): scala.Boolean
    Attributes
    protected
  57. def <=(x: Char): scala.Boolean
    Attributes
    protected
  58. def <=(x: scala.Short): scala.Boolean
    Attributes
    protected
  59. def <=(x: scala.Byte): scala.Boolean
    Attributes
    protected
  60. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  61. def >(x: scala.Double): scala.Boolean
    Attributes
    protected
  62. def >(x: scala.Float): scala.Boolean
    Attributes
    protected
  63. def >(x: scala.Long): scala.Boolean
    Attributes
    protected
  64. def >(x: Int): scala.Boolean
    Attributes
    protected
  65. def >(x: Char): scala.Boolean
    Attributes
    protected
  66. def >(x: scala.Short): scala.Boolean
    Attributes
    protected
  67. def >(x: scala.Byte): scala.Boolean
    Attributes
    protected
  68. def >=(x: scala.Double): scala.Boolean
    Attributes
    protected
  69. def >=(x: scala.Float): scala.Boolean
    Attributes
    protected
  70. def >=(x: scala.Long): scala.Boolean
    Attributes
    protected
  71. def >=(x: Int): scala.Boolean
    Attributes
    protected
  72. def >=(x: Char): scala.Boolean
    Attributes
    protected
  73. def >=(x: scala.Short): scala.Boolean
    Attributes
    protected
  74. def >=(x: scala.Byte): scala.Boolean
    Attributes
    protected
  75. def >>(x: scala.Long): scala.Long
    Attributes
    protected
  76. def >>(x: Int): scala.Long
    Attributes
    protected
  77. def >>>(x: scala.Long): scala.Long
    Attributes
    protected
  78. def >>>(x: Int): scala.Long
    Attributes
    protected
  79. def ^(x: scala.Long): scala.Long
    Attributes
    protected
  80. def ^(x: Int): scala.Long
    Attributes
    protected
  81. def ^(x: Char): scala.Long
    Attributes
    protected
  82. def ^(x: scala.Short): scala.Long
    Attributes
    protected
  83. def ^(x: scala.Byte): scala.Long
    Attributes
    protected
  84. val _value: scala.Long
  85. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  86. def byteValue(): scala.Byte
    Definition Classes
    LongNumber
    Annotations
    @inline()
  87. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  88. def compareTo(that: Long): Int
    Definition Classes
    Long → Comparable
    Annotations
    @inline()
  89. def doubleValue(): scala.Double
    Definition Classes
    LongNumber
    Annotations
    @inline()
  90. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  91. def equals(that: Any): scala.Boolean
    Definition Classes
    Long → AnyRef → Any
    Annotations
    @inline()
  92. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  93. def floatValue(): scala.Float
    Definition Classes
    LongNumber
    Annotations
    @inline()
  94. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  95. def hashCode(): Int
    Definition Classes
    Long → AnyRef → Any
    Annotations
    @inline()
  96. def intValue(): Int
    Definition Classes
    LongNumber
    Annotations
    @inline()
  97. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  98. def longValue(): scala.Long
    Definition Classes
    LongNumber
    Annotations
    @inline()
  99. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  100. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  101. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  102. def shortValue(): scala.Short
    Definition Classes
    LongNumber
    Annotations
    @inline()
  103. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  104. def toByte: scala.Byte
    Attributes
    protected
  105. def toChar: Char
    Attributes
    protected
  106. def toDouble: scala.Double
    Attributes
    protected
  107. def toFloat: scala.Float
    Attributes
    protected
  108. def toInt: Int
    Attributes
    protected
  109. def toLong: scala.Long
    Attributes
    protected
  110. def toShort: scala.Short
    Attributes
    protected
  111. def toString(): String
    Definition Classes
    Long → AnyRef → Any
    Annotations
    @inline()
  112. def unary_+: scala.Long
    Attributes
    protected
  113. def unary_-: scala.Long
    Attributes
    protected
  114. def unary_~: scala.Long
    Attributes
    protected
  115. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  116. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  117. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  118. def |(x: scala.Long): scala.Long
    Attributes
    protected
  119. def |(x: Int): scala.Long
    Attributes
    protected
  120. def |(x: Char): scala.Long
    Attributes
    protected
  121. def |(x: scala.Short): scala.Long
    Attributes
    protected
  122. def |(x: scala.Byte): scala.Long
    Attributes
    protected

Inherited from ConstantDesc

Inherited from Constable

Inherited from Comparable[Long]

Inherited from Number

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped