in scala
class Long

abstract class Long(x0: Long)
extends AnyVal

Field Summary
final val value: Long

Method Summary
  def !=(x0: Any): Boolean
  def !=(x0: Double): Boolean
  def !=(x0: Float): Boolean
  def !=(x0: Long): Boolean
  def %(x0: Double): Double
  def %(x0: Float): Float
  def %(x0: Long): Long
  def &(x0: Long): Long
  def *(x0: Double): Double
  def *(x0: Float): Float
  def *(x0: Long): Long
  def +: Long
  def +(x0: String): String
  def +(x0: Double): Double
  def +(x0: Float): Float
  def +(x0: Long): Long
  def -: Long
  def -(x0: Double): Double
  def -(x0: Float): Float
  def -(x0: Long): Long
  def /(x0: Double): Double
  def /(x0: Float): Float
  def /(x0: Long): Long
  def <(x0: Double): Boolean
  def <(x0: Float): Boolean
  def <(x0: Long): Boolean
  def <<(x0: Int): Long
  def <<(x0: Long): Long
  def <=(x0: Double): Boolean
  def <=(x0: Float): Boolean
  def <=(x0: Long): Boolean
  def ==(x0: Any): Boolean
  def ==(x0: Double): Boolean
  def ==(x0: Float): Boolean
  def ==(x0: Long): Boolean
  def >(x0: Double): Boolean
  def >(x0: Float): Boolean
  def >(x0: Long): Boolean
  def >=(x0: Double): Boolean
  def >=(x0: Float): Boolean
  def >=(x0: Long): Boolean
  def >>(x0: Int): Long
  def >>(x0: Long): Long
  def >>>(x0: Int): Long
  def >>>(x0: Long): Long
  def ^(x0: Long): Long
  def coerce: Double
  def coerce: Float
  def equals(x0: Any): Boolean
  def hashCode(): Int
  def toByte: Byte
  def toChar: Char
  def toDouble: Double
  def toFloat: Float
  def toInt: Int
  def toLong: Long
  def toShort: Short
  def toString(): String
  def |(x0: Long): Long
  def ~: Long

Methods inherited from scala/Any-class
asInstanceOf, isInstanceOf, match

Field Detail

value

  final val value: Long
Method Detail

equals

  def equals(x0: Any): Boolean

hashCode

  def hashCode(): Int

toString

  def toString(): String

toByte

  def toByte: Byte

toShort

  def toShort: Short

toChar

  def toChar: Char

toInt

  def toInt: Int

toLong

  def toLong: Long

toFloat

  def toFloat: Float

toDouble

  def toDouble: Double

==

  def ==(x0: Any): Boolean

==

  def ==(x0: Double): Boolean

==

  def ==(x0: Float): Boolean

==

  def ==(x0: Long): Boolean

!=

  def !=(x0: Any): Boolean

!=

  def !=(x0: Double): Boolean

!=

  def !=(x0: Float): Boolean

!=

  def !=(x0: Long): Boolean

+

  def +: Long

+

  def +(x0: String): String

+

  def +(x0: Double): Double

+

  def +(x0: Float): Float

+

  def +(x0: Long): Long

-

  def -: Long

-

  def -(x0: Double): Double

-

  def -(x0: Float): Float

-

  def -(x0: Long): Long

<

  def <(x0: Double): Boolean

<

  def <(x0: Float): Boolean

<

  def <(x0: Long): Boolean

>

  def >(x0: Double): Boolean

>

  def >(x0: Float): Boolean

>

  def >(x0: Long): Boolean

<=

  def <=(x0: Double): Boolean

<=

  def <=(x0: Float): Boolean

<=

  def <=(x0: Long): Boolean

>=

  def >=(x0: Double): Boolean

>=

  def >=(x0: Float): Boolean

>=

  def >=(x0: Long): Boolean

*

  def *(x0: Double): Double

*

  def *(x0: Float): Float

*

  def *(x0: Long): Long

/

  def /(x0: Double): Double

/

  def /(x0: Float): Float

/

  def /(x0: Long): Long

%

  def %(x0: Double): Double

%

  def %(x0: Float): Float

%

  def %(x0: Long): Long

coerce

  def coerce: Double

coerce

  def coerce: Float

~

  def ~: Long

<<

  def <<(x0: Int): Long

<<

  def <<(x0: Long): Long

>>

  def >>(x0: Int): Long

>>

  def >>(x0: Long): Long

>>>

  def >>>(x0: Int): Long

>>>

  def >>>(x0: Long): Long

|

  def |(x0: Long): Long

&

  def &(x0: Long): Long

^

  def ^(x0: Long): Long