final class U8 extends AnyVal with Byte[U8]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- U8
- Byte
- HasBoxer
- ZLike
- 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
-
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: U8): U8
-
final
def
&(other: U8): U8
- Definition Classes
- Byte
- final def *(other: U8): U8
- final def +(other: U8): U8
- final def -(other: U8): U8
- final def /(other: U8): U8
- final def <(other: U8): B
-
final
def
<<(other: U8): U8
- Definition Classes
- Byte
- final def <=(other: U8): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- final def >(other: U8): B
- final def >=(other: U8): B
-
final
def
>>(other: U8): U8
- Definition Classes
- Byte
-
final
def
>>>(other: U8): U8
- Definition Classes
- Byte
- 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: U8): Int
- Definition Classes
- ZLike → Comparable
- final def decrease: U8
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def hasMax: Boolean
- final def hasMin: Boolean
- final def increase: U8
- final def isBitVector: Boolean
-
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(n: U8): ZRange[U8]
- Definition Classes
- ZLike
- final def toBigInt: BigInt
- final def toIndex: Index
- final def toMP: Z
-
final
def
toString(): scala.Predef.String
- Definition Classes
- Byte → Any
- final def unary_-: U8
-
final
def
unary_~: U8
- Definition Classes
- Byte
-
def
until(n: U8): ZRange[U8]
- Definition Classes
- ZLike
- val value: Byte
-
final
def
|(other: U8): U8
- Definition Classes
- Byte
-
final
def
|^(other: U8): U8
- Definition Classes
- Byte