final class N extends AnyVal with Range[N]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- N
- Range
- HasBoxer
- ZLike
- Comparable
- Number
- Immutable
- ImmutableMarker
- Clonable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
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: N): N
- final def *(other: N): N
- final def +(other: N): N
- final def -(other: N): N
- final def /(other: N): N
- final def <(other: N): B
- final def <=(other: N): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- final def >(other: N): B
- final def >=(other: N): B
- final def BitWidth: Int
- def Index: N
- def Max: N
- def Min: N
- def Name: java.lang.String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxer: Z.Boxer.Z.type
-
def
compareTo(other: N): Int
- Definition Classes
- ZLike → Comparable
- final def decrease: N
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def hasMax: Boolean
- def hasMin: Boolean
- final def increase: N
- final def isBitVector: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSigned: Boolean
- def isZeroIndex: Boolean
- def make(v: Z): N
- final def string: String
-
def
to(n: N): ZRange[N]
- Definition Classes
- ZLike
- final def toBigInt: BigInt
- final def toIndex: Index
- final def toMP: Z
-
final
def
toString(): scala.Predef.String
- Definition Classes
- Range → Any
- Annotations
- @inline()
- final def unary_-: N
-
def
until(n: N): ZRange[N]
- Definition Classes
- ZLike
- val value: Z