spire.math

UByte

final class UByte extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UByte
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UByte(signed: Byte)

Value Members

  1. def !=(that: UByte): Boolean

  2. def !=(that: Long): Boolean

  3. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def ##(): Int

    Definition Classes
    Any
  5. def %(that: UByte): UByte

  6. def &(that: UByte): UByte

  7. def *(that: UByte): UByte

  8. def **(that: UByte): UByte

  9. def +(that: UByte): UByte

  10. def -(that: UByte): UByte

  11. def /(that: UByte): UByte

  12. def <(that: UByte): Boolean

  13. def <<(shift: Int): UByte

  14. def <=(that: UByte): Boolean

  15. def ==(that: UByte): Boolean

  16. def ==(that: Long): Boolean

  17. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  18. def >(that: UByte): Boolean

  19. def >=(that: UByte): Boolean

  20. def >>(shift: Int): UByte

  21. def >>>(shift: Int): UByte

  22. def ^(that: UByte): UByte

  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isValidByte: Boolean

  27. def isValidChar: Boolean

  28. def isValidInt: Boolean

  29. def isValidLong: Boolean

  30. def isValidShort: Boolean

  31. val signed: Byte

  32. def toByte: Byte

  33. def toChar: Char

  34. def toDouble: Double

  35. def toFloat: Float

  36. def toInt: Int

  37. def toLong: Long

  38. def toShort: Short

  39. def toString(): String

    Definition Classes
    UByte → Any
  40. def unary_-: UByte

  41. def unary_~: UByte

  42. def |(that: UByte): UByte

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped