Packages

final class _64 extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. _64
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new _64(value: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def %(other: _64): _64
  4. def &(other: _64): _64
  5. def *(other: _64): _64
  6. def +(other: _64): _64
  7. def -(other: _64): _64
  8. def /(other: _64): _64
  9. def <(other: _64): Boolean
  10. def <<(n: Int): _64
  11. def <=(other: _64): Boolean
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  13. def >(other: _64): Boolean
  14. def >=(other: _64): Boolean
  15. def >>(n: Int): _64
  16. def >>>(n: Int): _64
  17. def ^(other: _64): _64
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def toBigInt: BigInt
  22. def toString(): scala.Predef.String
    Definition Classes
    _64 → Any
  23. def unary_-: _64
  24. def unary_~: _64
  25. val value: Long
  26. def |(other: _64): _64

Inherited from AnyVal

Inherited from Any

Ungrouped