final class U8 extends AnyVal with Byte[U8]

Linear Supertypes
Byte[U8], HasBoxer, ZLike[U8], Comparable[U8], Number, Immutable, ImmutableMarker, Clonable, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. U8
  2. Byte
  3. HasBoxer
  4. ZLike
  5. Comparable
  6. Number
  7. Immutable
  8. ImmutableMarker
  9. Clonable
  10. AnyVal
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new U8(value: Byte)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def $cannotMixImmutableAndMutable: Nothing
    Attributes
    protected
    Definition Classes
    Immutable
  4. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  5. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  6. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  7. final def %(other: U8): U8
    Definition Classes
    ByteZLike
  8. final def &(other: U8): U8
    Definition Classes
    Byte
  9. final def *(other: U8): U8
    Definition Classes
    ByteZLike
  10. final def +(other: U8): U8
    Definition Classes
    ByteZLike
  11. final def -(other: U8): U8
    Definition Classes
    ByteZLike
  12. final def /(other: U8): U8
    Definition Classes
    ByteZLike
  13. final def <(other: U8): B
    Definition Classes
    ByteZLike
  14. final def <<(other: U8): U8
    Definition Classes
    Byte
  15. final def <=(other: U8): B
    Definition Classes
    ByteZLike
  16. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  17. final def >(other: U8): B
    Definition Classes
    ByteZLike
  18. final def >=(other: U8): B
    Definition Classes
    ByteZLike
  19. final def >>(other: U8): U8
    Definition Classes
    Byte
  20. final def >>>(other: U8): U8
    Definition Classes
    Byte
  21. def BitWidth: Int
    Definition Classes
    U8ByteZLike
    Annotations
    @inline()
  22. def Index: U8
    Definition Classes
    U8ByteZLike
    Annotations
    @inline()
  23. def Max: U8
    Definition Classes
    U8ByteZLike
    Annotations
    @inline()
  24. def Min: U8
    Definition Classes
    U8ByteZLike
    Annotations
    @inline()
  25. def Name: java.lang.String
    Definition Classes
    U8ZLike
    Annotations
    @inline()
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def boxer: Boxer.type
    Definition Classes
    U8HasBoxer
  28. def compareTo(other: U8): Int
    Definition Classes
    ZLike → Comparable
  29. final def decrease: U8
    Definition Classes
    ByteZLike
  30. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  31. final def hasMax: Boolean
    Definition Classes
    ByteZLike
  32. final def hasMin: Boolean
    Definition Classes
    ByteZLike
  33. final def increase: U8
    Definition Classes
    ByteZLike
  34. final def isBitVector: Boolean
    Definition Classes
    ByteZLike
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def isSigned: Boolean
    Definition Classes
    U8ZLike
    Annotations
    @inline()
  37. def isWrapped: Boolean
    Definition Classes
    U8Byte
    Annotations
    @inline()
  38. def isZeroIndex: Boolean
    Definition Classes
    U8ByteZLike
    Annotations
    @inline()
  39. def make(v: Byte): U8
    Definition Classes
    U8Byte
  40. final def string: String
    Definition Classes
    ZLikeImmutable
  41. def to(n: U8): ZRange[U8]
    Definition Classes
    ZLike
  42. final def toBigInt: BigInt
    Definition Classes
    ByteZLike
  43. final def toIndex: Index
    Definition Classes
    ByteZLike
  44. final def toMP: Z
    Definition Classes
    ByteZLike
  45. final def toString(): scala.Predef.String
    Definition Classes
    Byte → Any
  46. final def unary_-: U8
    Definition Classes
    ByteZLike
  47. final def unary_~: U8
    Definition Classes
    Byte
  48. def until(n: U8): ZRange[U8]
    Definition Classes
    ZLike
  49. val value: Byte
    Definition Classes
    U8Byte
  50. final def |(other: U8): U8
    Definition Classes
    Byte
  51. final def |^(other: U8): U8
    Definition Classes
    Byte

Inherited from Byte[U8]

Inherited from HasBoxer

Inherited from ZLike[U8]

Inherited from Comparable[U8]

Inherited from Number

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyVal

Inherited from Any

Ungrouped