final class _64 extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- _64
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new _64(value: Long)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def %(other: _64): _64
- def &(other: _64): _64
- def *(other: _64): _64
- def +(other: _64): _64
- def -(other: _64): _64
- def /(other: _64): _64
- def <(other: _64): Boolean
- def <<(n: Int): _64
- def <=(other: _64): Boolean
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def >(other: _64): Boolean
- def >=(other: _64): Boolean
- def >>(n: Int): _64
- def >>>(n: Int): _64
- def ^(other: _64): _64
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toBigInt: BigInt
-
def
toString(): scala.Predef.String
- Definition Classes
- _64 → Any
- def unary_-: _64
- def unary_~: _64
- val value: Long
- def |(other: _64): _64