Trait

io.github.memo33.passera.unsigned

Unsigned

Related Doc: package unsigned

Permalink

trait Unsigned[U <: Unsigned[U, Promoted, SignedPromoted], Promoted <: Unsigned[_, Promoted, SignedPromoted], SignedPromoted] extends ScalaNumericAnyConversions with Serializable

Linear Supertypes
Serializable, Serializable, ScalaNumericAnyConversions, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unsigned
  2. Serializable
  3. Serializable
  4. ScalaNumericAnyConversions
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def %(x: UInt): Promoted

    Permalink
  2. abstract def %(x: ULong): ULong

    Permalink
  3. abstract def %(x: UShort): Promoted

    Permalink
  4. abstract def %(x: UByte): Promoted

    Permalink
  5. abstract def %(x: SignedPromoted)(implicit d: DummyImplicit): SignedPromoted

    Permalink
  6. abstract def &(x: UInt): Promoted

    Permalink
  7. abstract def &(x: ULong): ULong

    Permalink
  8. abstract def &(x: UShort): Promoted

    Permalink
  9. abstract def &(x: UByte): Promoted

    Permalink
  10. abstract def &(x: SignedPromoted)(implicit d: DummyImplicit): SignedPromoted

    Permalink
  11. abstract def *(x: UInt): Promoted

    Permalink
  12. abstract def *(x: ULong): ULong

    Permalink
  13. abstract def *(x: UShort): Promoted

    Permalink
  14. abstract def *(x: UByte): Promoted

    Permalink
  15. abstract def *(x: SignedPromoted)(implicit d: DummyImplicit): SignedPromoted

    Permalink
  16. abstract def +(x: String): String

    Permalink
  17. abstract def +(x: UInt): Promoted

    Permalink
  18. abstract def +(x: ULong): ULong

    Permalink
  19. abstract def +(x: UShort): Promoted

    Permalink
  20. abstract def +(x: UByte): Promoted

    Permalink
  21. abstract def +(x: SignedPromoted)(implicit d: DummyImplicit): SignedPromoted

    Permalink
  22. abstract def -(x: UInt): Promoted

    Permalink
  23. abstract def -(x: ULong): ULong

    Permalink
  24. abstract def -(x: UShort): Promoted

    Permalink
  25. abstract def -(x: UByte): Promoted

    Permalink
  26. abstract def -(x: SignedPromoted)(implicit d: DummyImplicit): SignedPromoted

    Permalink
  27. abstract def /(x: UInt): Promoted

    Permalink
  28. abstract def /(x: ULong): ULong

    Permalink
  29. abstract def /(x: UShort): Promoted

    Permalink
  30. abstract def /(x: UByte): Promoted

    Permalink
  31. abstract def /(x: SignedPromoted)(implicit d: DummyImplicit): SignedPromoted

    Permalink
  32. abstract def <(x: UInt): Boolean

    Permalink
  33. abstract def <(x: ULong): Boolean

    Permalink
  34. abstract def <(x: UShort): Boolean

    Permalink
  35. abstract def <(x: UByte): Boolean

    Permalink
  36. abstract def <<(x: ULong): Promoted

    Permalink
  37. abstract def <<(x: UInt): Promoted

    Permalink
  38. abstract def <<(x: Long)(implicit d: DummyImplicit): Promoted

    Permalink
  39. abstract def <<(x: Int)(implicit d: DummyImplicit): Promoted

    Permalink
  40. abstract def <=(x: UInt): Boolean

    Permalink
  41. abstract def <=(x: ULong): Boolean

    Permalink
  42. abstract def <=(x: UShort): Boolean

    Permalink
  43. abstract def <=(x: UByte): Boolean

    Permalink
  44. abstract def >(x: UInt): Boolean

    Permalink
  45. abstract def >(x: ULong): Boolean

    Permalink
  46. abstract def >(x: UShort): Boolean

    Permalink
  47. abstract def >(x: UByte): Boolean

    Permalink
  48. abstract def >=(x: UInt): Boolean

    Permalink
  49. abstract def >=(x: ULong): Boolean

    Permalink
  50. abstract def >=(x: UShort): Boolean

    Permalink
  51. abstract def >=(x: UByte): Boolean

    Permalink
  52. abstract def >>(x: ULong): Promoted

    Permalink
  53. abstract def >>(x: UInt): Promoted

    Permalink
  54. abstract def >>(x: Long)(implicit d: DummyImplicit): Promoted

    Permalink
  55. abstract def >>(x: Int)(implicit d: DummyImplicit): Promoted

    Permalink
  56. abstract def >>>(x: ULong): Promoted

    Permalink
  57. abstract def >>>(x: UInt): Promoted

    Permalink
  58. abstract def >>>(x: Long)(implicit d: DummyImplicit): Promoted

    Permalink
  59. abstract def >>>(x: Int)(implicit d: DummyImplicit): Promoted

    Permalink
  60. abstract def ^(x: UInt): Promoted

    Permalink
  61. abstract def ^(x: ULong): ULong

    Permalink
  62. abstract def ^(x: UShort): Promoted

    Permalink
  63. abstract def ^(x: UByte): Promoted

    Permalink
  64. abstract def ^(x: SignedPromoted)(implicit d: DummyImplicit): SignedPromoted

    Permalink
  65. abstract def byteValue(): Byte

    Permalink
    Definition Classes
    Unsigned → ScalaNumericAnyConversions
  66. abstract def doubleValue(): Double

    Permalink
    Definition Classes
    Unsigned → ScalaNumericAnyConversions
  67. abstract def floatValue(): Float

    Permalink
    Definition Classes
    Unsigned → ScalaNumericAnyConversions
  68. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any
  69. abstract def intValue(): Int

    Permalink
    Definition Classes
    Unsigned → ScalaNumericAnyConversions
  70. abstract def longValue(): Long

    Permalink
    Definition Classes
    Unsigned → ScalaNumericAnyConversions
  71. abstract def shortValue(): Short

    Permalink
    Definition Classes
    Unsigned → ScalaNumericAnyConversions
  72. abstract def toBinaryString: String

    Permalink
  73. abstract def toHexString: String

    Permalink
  74. abstract def toOctalString: String

    Permalink
  75. abstract def toUByte: UByte

    Permalink
  76. abstract def toUInt: UInt

    Permalink
  77. abstract def toULong: ULong

    Permalink
  78. abstract def toUShort: UShort

    Permalink
  79. abstract def unary_+: Promoted

    Permalink
  80. abstract def unary_-: Promoted

    Permalink
  81. abstract def unary_~: Promoted

    Permalink
  82. abstract def |(x: UInt): Promoted

    Permalink
  83. abstract def |(x: ULong): ULong

    Permalink
  84. abstract def |(x: UShort): Promoted

    Permalink
  85. abstract def |(x: UByte): Promoted

    Permalink
  86. abstract def |(x: SignedPromoted)(implicit d: DummyImplicit): SignedPromoted

    Permalink

Concrete Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  7. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  8. def isValidByte: Boolean

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  9. def isValidChar: Boolean

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  10. def isValidInt: Boolean

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  11. def isValidShort: Boolean

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  12. def isWhole(): Boolean

    Permalink
    Definition Classes
    Unsigned → ScalaNumericAnyConversions
  13. def toByte: Byte

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  14. def toChar: Char

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  15. def toDouble: Double

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  16. def toFloat: Float

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  17. def toInt: Int

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  18. def toLong: Long

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  19. def toShort: Short

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  20. def toString(): String

    Permalink
    Definition Classes
    Any
  21. def underlying(): Unsigned[U, Promoted, SignedPromoted]

    Permalink
    Definition Classes
    Unsigned → ScalaNumericAnyConversions
  22. def unifiedPrimitiveEquals(x: Any): Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions

Inherited from Serializable

Inherited from Serializable

Inherited from ScalaNumericAnyConversions

Inherited from Any

Ungrouped