final class U64 extends AnyVal with Long[U64]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- U64
- Long
- HasBoxer
- ZLike
- Comparable
- Number
- Immutable
- ImmutableMarker
- Clonable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new U64(value: Long)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
$cannotMixImmutableAndMutable: Nothing
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
def
$hasEquals: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$hasString: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
- final def %(other: U64): U64
-
final
def
&(other: U64): U64
- Definition Classes
- Long
- final def *(other: U64): U64
- final def +(other: U64): U64
- final def -(other: U64): U64
- final def /(other: U64): U64
- final def <(other: U64): B
-
final
def
<<(other: U64): U64
- Definition Classes
- Long
- final def <=(other: U64): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- final def >(other: U64): B
- final def >=(other: U64): B
-
final
def
>>(other: U64): U64
- Definition Classes
- Long
-
final
def
>>>(other: U64): U64
- Definition Classes
- Long
- def BitWidth: Int
- def Index: U64
- def Max: U64
- def Min: U64
- def Name: java.lang.String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxer: Boxer.type
-
def
compareTo(other: U64): Int
- Definition Classes
- ZLike → Comparable
- final def decrease: U64
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def hasMax: Boolean
- final def hasMin: Boolean
- final def increase: U64
- final def isBitVector: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSigned: Boolean
- def isWrapped: Boolean
- def isZeroIndex: Boolean
- def make(v: Long): U64
- final def string: String
-
def
to(n: U64): ZRange[U64]
- Definition Classes
- ZLike
- final def toBigInt: BigInt
- final def toIndex: Index
- final def toMP: Z
-
final
def
toString(): scala.Predef.String
- Definition Classes
- Long → Any
- final def unary_-: U64
-
final
def
unary_~: U64
- Definition Classes
- Long
-
def
until(n: U64): ZRange[U64]
- Definition Classes
- ZLike
- val value: Long
-
final
def
|(other: U64): U64
- Definition Classes
- Long
-
final
def
|^(other: U64): U64
- Definition Classes
- Long