final class S64 extends AnyVal with Long[S64]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- S64
- Long
- HasBoxer
- ZLike
- Comparable
- Number
- Immutable
- ImmutableMarker
- Clonable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new S64(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: S64): S64
-
final
def
&(other: S64): S64
- Definition Classes
- Long
- final def *(other: S64): S64
- final def +(other: S64): S64
- final def -(other: S64): S64
- final def /(other: S64): S64
- final def <(other: S64): B
-
final
def
<<(other: S64): S64
- Definition Classes
- Long
- final def <=(other: S64): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- final def >(other: S64): B
- final def >=(other: S64): B
-
final
def
>>(other: S64): S64
- Definition Classes
- Long
-
final
def
>>>(other: S64): S64
- Definition Classes
- Long
- def BitWidth: Int
- def Index: S64
- def Max: S64
- def Min: S64
- def Name: java.lang.String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxer: Boxer.type
-
def
compareTo(other: S64): Int
- Definition Classes
- ZLike → Comparable
- final def decrease: S64
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def hasMax: Boolean
- final def hasMin: Boolean
- final def increase: S64
- 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): S64
- final def string: String
-
def
to(n: S64): ZRange[S64]
- 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_-: S64
-
final
def
unary_~: S64
- Definition Classes
- Long
-
def
until(n: S64): ZRange[S64]
- Definition Classes
- ZLike
- val value: Long
-
final
def
|(other: S64): S64
- Definition Classes
- Long
-
final
def
|^(other: S64): S64
- Definition Classes
- Long