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