Class/Object

spire.math

UByte

Related Docs: object UByte | package math

Permalink

final class UByte extends AnyVal with ScalaNumericAnyConversions

Linear Supertypes
ScalaNumericAnyConversions, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UByte
  2. ScalaNumericAnyConversions
  3. AnyVal
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UByte(signed: Byte)

    Permalink

Value Members

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

    Permalink
  2. final def !=(arg0: Any): Boolean

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

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

    Permalink
  5. def &(that: UByte): UByte

    Permalink
  6. def *(that: UByte): UByte

    Permalink
  7. def **(that: UByte): UByte

    Permalink
  8. def +(that: UByte): UByte

    Permalink
  9. def -(that: UByte): UByte

    Permalink
  10. def /(that: UByte): UByte

    Permalink
  11. def <(that: UByte): Boolean

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

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

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

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

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

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

    Permalink
  18. def >(that: UByte): Boolean

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

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

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

    Permalink
  22. def ^(that: UByte): UByte

    Permalink
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def byteValue(): Byte

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  30. def isValidByte: Boolean

    Permalink
    Definition Classes
    UByte → ScalaNumericAnyConversions
  31. def isValidChar: Boolean

    Permalink
    Definition Classes
    UByte → ScalaNumericAnyConversions
  32. def isValidInt: Boolean

    Permalink
    Definition Classes
    UByte → ScalaNumericAnyConversions
  33. def isValidLong: Boolean

    Permalink
  34. def isValidShort: Boolean

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

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

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

    Permalink
    Definition Classes
    UByte → ScalaNumericAnyConversions
  38. val signed: Byte

    Permalink
  39. def toBigInt: BigInt

    Permalink
  40. def toByte: Byte

    Permalink
    Definition Classes
    UByte → ScalaNumericAnyConversions
  41. def toChar: Char

    Permalink
    Definition Classes
    UByte → ScalaNumericAnyConversions
  42. def toDouble: Double

    Permalink
    Definition Classes
    UByte → ScalaNumericAnyConversions
  43. def toFloat: Float

    Permalink
    Definition Classes
    UByte → ScalaNumericAnyConversions
  44. def toInt: Int

    Permalink
    Definition Classes
    UByte → ScalaNumericAnyConversions
  45. def toLong: Long

    Permalink
    Definition Classes
    UByte → ScalaNumericAnyConversions
  46. def toShort: Short

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

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

    Permalink
  49. def unary_~: UByte

    Permalink
  50. def underlying(): Any

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

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

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

    Permalink

Inherited from ScalaNumericAnyConversions

Inherited from AnyVal

Inherited from Any

Ungrouped