ch.ethz.acl.passera.unsigned

Unsigned

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

Linear Supertypes
ScalaNumericAnyConversions, Serializable, Serializable, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Unsigned
  2. ScalaNumericAnyConversions
  3. Serializable
  4. Serializable
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  65. abstract def byteValue(): Byte

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

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

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

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

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

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

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

  73. abstract def toHexString: String

  74. abstract def toOctalString: String

  75. abstract def toUByte: UByte

  76. abstract def toUInt: UInt

  77. abstract def toULong: ULong

  78. abstract def toUShort: UShort

  79. abstract def unary_+: Promoted

  80. abstract def unary_-: Promoted

  81. abstract def unary_~: Promoted

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

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

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

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

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

Concrete Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. def hashCode(): Int

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

    Definition Classes
    Any
  8. def isValidByte: Boolean

    Definition Classes
    ScalaNumericAnyConversions
  9. def isValidChar: Boolean

    Definition Classes
    ScalaNumericAnyConversions
  10. def isValidInt: Boolean

    Definition Classes
    ScalaNumericAnyConversions
  11. def isValidShort: Boolean

    Definition Classes
    ScalaNumericAnyConversions
  12. def isWhole(): Boolean

    Definition Classes
    Unsigned → ScalaNumericAnyConversions
  13. def toByte: Byte

    Definition Classes
    ScalaNumericAnyConversions
  14. def toChar: Char

    Definition Classes
    ScalaNumericAnyConversions
  15. def toDouble: Double

    Definition Classes
    ScalaNumericAnyConversions
  16. def toFloat: Float

    Definition Classes
    ScalaNumericAnyConversions
  17. def toInt: Int

    Definition Classes
    ScalaNumericAnyConversions
  18. def toLong: Long

    Definition Classes
    ScalaNumericAnyConversions
  19. def toShort: Short

    Definition Classes
    ScalaNumericAnyConversions
  20. def toString(): String

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

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

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

    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions

Inherited from ScalaNumericAnyConversions

Inherited from Serializable

Inherited from Serializable

Inherited from Any

Ungrouped