spire.math

UByte

final class UByte extends AnyVal with ScalaNumericAnyConversions

Linear Supertypes
ScalaNumericAnyConversions, AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UByte
  2. ScalaNumericAnyConversions
  3. AnyVal
  4. NotNull
  5. 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. final def !=(arg0: Any): Boolean

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

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

  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): Boolean

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

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

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

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

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

    Definition Classes
    Any
  17. def ===(that: UByte): Boolean

  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 byteValue(): Byte

    Definition Classes
    UByte → ScalaNumericAnyConversions
  25. def doubleValue(): Double

    Definition Classes
    UByte → ScalaNumericAnyConversions
  26. def floatValue(): Float

    Definition Classes
    UByte → ScalaNumericAnyConversions
  27. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  28. def intValue(): Int

    Definition Classes
    UByte → ScalaNumericAnyConversions
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def isValidByte: Boolean

    Definition Classes
    UByte → ScalaNumericAnyConversions
  31. def isValidChar: Boolean

    Definition Classes
    UByte → ScalaNumericAnyConversions
  32. def isValidInt: Boolean

    Definition Classes
    UByte → ScalaNumericAnyConversions
  33. def isValidLong: Boolean

  34. def isValidShort: Boolean

    Definition Classes
    UByte → ScalaNumericAnyConversions
  35. def isWhole(): Boolean

    Definition Classes
    UByte → ScalaNumericAnyConversions
  36. def longValue(): Long

    Definition Classes
    UByte → ScalaNumericAnyConversions
  37. def shortValue(): Short

    Definition Classes
    UByte → ScalaNumericAnyConversions
  38. val signed: Byte

  39. def toBigInt: BigInt

  40. def toByte: Byte

    Definition Classes
    UByte → ScalaNumericAnyConversions
  41. def toChar: Char

    Definition Classes
    UByte → ScalaNumericAnyConversions
  42. def toDouble: Double

    Definition Classes
    UByte → ScalaNumericAnyConversions
  43. def toFloat: Float

    Definition Classes
    UByte → ScalaNumericAnyConversions
  44. def toInt: Int

    Definition Classes
    UByte → ScalaNumericAnyConversions
  45. def toLong: Long

    Definition Classes
    UByte → ScalaNumericAnyConversions
  46. def toShort: Short

    Definition Classes
    UByte → ScalaNumericAnyConversions
  47. def toString(): String

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

  49. def unary_~: UByte

  50. def underlying(): Any

    Definition Classes
    UByte → ScalaNumericAnyConversions
  51. def unifiedPrimitiveEquals(x: Any): Boolean

    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  52. def unifiedPrimitiveHashcode(): Int

    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  53. def |(that: UByte): UByte

Inherited from ScalaNumericAnyConversions

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped