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
SmallUInt
,
UByte
,
UInt
,
ULong
,
UShort
Ordering
Alphabetic
By inheritance
Inherited
Unsigned
ScalaNumericAnyConversions
Serializable
Serializable
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Abstract Value Members
abstract
def
%
(
x:
UInt
)
:
Promoted
abstract
def
%
(
x:
ULong
)
:
ULong
abstract
def
%
(
x:
UShort
)
:
Promoted
abstract
def
%
(
x:
UByte
)
:
Promoted
abstract
def
%
(
x:
SignedPromoted
)
(
implicit
d:
DummyImplicit
)
:
SignedPromoted
abstract
def
&
(
x:
UInt
)
:
Promoted
abstract
def
&
(
x:
ULong
)
:
ULong
abstract
def
&
(
x:
UShort
)
:
Promoted
abstract
def
&
(
x:
UByte
)
:
Promoted
abstract
def
&
(
x:
SignedPromoted
)
(
implicit
d:
DummyImplicit
)
:
SignedPromoted
abstract
def
*
(
x:
UInt
)
:
Promoted
abstract
def
*
(
x:
ULong
)
:
ULong
abstract
def
*
(
x:
UShort
)
:
Promoted
abstract
def
*
(
x:
UByte
)
:
Promoted
abstract
def
*
(
x:
SignedPromoted
)
(
implicit
d:
DummyImplicit
)
:
SignedPromoted
abstract
def
+
(
x:
String
)
:
String
abstract
def
+
(
x:
UInt
)
:
Promoted
abstract
def
+
(
x:
ULong
)
:
ULong
abstract
def
+
(
x:
UShort
)
:
Promoted
abstract
def
+
(
x:
UByte
)
:
Promoted
abstract
def
+
(
x:
SignedPromoted
)
(
implicit
d:
DummyImplicit
)
:
SignedPromoted
abstract
def
-
(
x:
UInt
)
:
Promoted
abstract
def
-
(
x:
ULong
)
:
ULong
abstract
def
-
(
x:
UShort
)
:
Promoted
abstract
def
-
(
x:
UByte
)
:
Promoted
abstract
def
-
(
x:
SignedPromoted
)
(
implicit
d:
DummyImplicit
)
:
SignedPromoted
abstract
def
/
(
x:
UInt
)
:
Promoted
abstract
def
/
(
x:
ULong
)
:
ULong
abstract
def
/
(
x:
UShort
)
:
Promoted
abstract
def
/
(
x:
UByte
)
:
Promoted
abstract
def
/
(
x:
SignedPromoted
)
(
implicit
d:
DummyImplicit
)
:
SignedPromoted
abstract
def
<
(
x:
UInt
)
:
Boolean
abstract
def
<
(
x:
ULong
)
:
Boolean
abstract
def
<
(
x:
UShort
)
:
Boolean
abstract
def
<
(
x:
UByte
)
:
Boolean
abstract
def
<<
(
x:
ULong
)
:
Promoted
abstract
def
<<
(
x:
UInt
)
:
Promoted
abstract
def
<<
(
x:
Long
)
(
implicit
d:
DummyImplicit
)
:
Promoted
abstract
def
<<
(
x:
Int
)
(
implicit
d:
DummyImplicit
)
:
Promoted
abstract
def
<=
(
x:
UInt
)
:
Boolean
abstract
def
<=
(
x:
ULong
)
:
Boolean
abstract
def
<=
(
x:
UShort
)
:
Boolean
abstract
def
<=
(
x:
UByte
)
:
Boolean
abstract
def
>
(
x:
UInt
)
:
Boolean
abstract
def
>
(
x:
ULong
)
:
Boolean
abstract
def
>
(
x:
UShort
)
:
Boolean
abstract
def
>
(
x:
UByte
)
:
Boolean
abstract
def
>=
(
x:
UInt
)
:
Boolean
abstract
def
>=
(
x:
ULong
)
:
Boolean
abstract
def
>=
(
x:
UShort
)
:
Boolean
abstract
def
>=
(
x:
UByte
)
:
Boolean
abstract
def
>>
(
x:
ULong
)
:
Promoted
abstract
def
>>
(
x:
UInt
)
:
Promoted
abstract
def
>>
(
x:
Long
)
(
implicit
d:
DummyImplicit
)
:
Promoted
abstract
def
>>
(
x:
Int
)
(
implicit
d:
DummyImplicit
)
:
Promoted
abstract
def
>>>
(
x:
ULong
)
:
Promoted
abstract
def
>>>
(
x:
UInt
)
:
Promoted
abstract
def
>>>
(
x:
Long
)
(
implicit
d:
DummyImplicit
)
:
Promoted
abstract
def
>>>
(
x:
Int
)
(
implicit
d:
DummyImplicit
)
:
Promoted
abstract
def
^
(
x:
UInt
)
:
Promoted
abstract
def
^
(
x:
ULong
)
:
ULong
abstract
def
^
(
x:
UShort
)
:
Promoted
abstract
def
^
(
x:
UByte
)
:
Promoted
abstract
def
^
(
x:
SignedPromoted
)
(
implicit
d:
DummyImplicit
)
:
SignedPromoted
abstract
def
byteValue
()
:
Byte
Definition Classes
Unsigned
→ ScalaNumericAnyConversions
abstract
def
doubleValue
()
:
Double
Definition Classes
Unsigned
→ ScalaNumericAnyConversions
abstract
def
floatValue
()
:
Float
Definition Classes
Unsigned
→ ScalaNumericAnyConversions
abstract
def
getClass
()
:
Class
[_]
Definition Classes
Any
abstract
def
intValue
()
:
Int
Definition Classes
Unsigned
→ ScalaNumericAnyConversions
abstract
def
longValue
()
:
Long
Definition Classes
Unsigned
→ ScalaNumericAnyConversions
abstract
def
shortValue
()
:
Short
Definition Classes
Unsigned
→ ScalaNumericAnyConversions
abstract
def
toBinaryString
:
String
abstract
def
toHexString
:
String
abstract
def
toOctalString
:
String
abstract
def
toUByte
:
UByte
abstract
def
toUInt
:
UInt
abstract
def
toULong
:
ULong
abstract
def
toUShort
:
UShort
abstract
def
unary_+
:
Promoted
abstract
def
unary_-
:
Promoted
abstract
def
unary_~
:
Promoted
abstract
def
|
(
x:
UInt
)
:
Promoted
abstract
def
|
(
x:
ULong
)
:
ULong
abstract
def
|
(
x:
UShort
)
:
Promoted
abstract
def
|
(
x:
UByte
)
:
Promoted
abstract
def
|
(
x:
SignedPromoted
)
(
implicit
d:
DummyImplicit
)
:
SignedPromoted
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
hashCode
()
:
Int
Definition Classes
Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isValidByte
:
Boolean
Definition Classes
ScalaNumericAnyConversions
def
isValidChar
:
Boolean
Definition Classes
ScalaNumericAnyConversions
def
isValidInt
:
Boolean
Definition Classes
ScalaNumericAnyConversions
def
isValidShort
:
Boolean
Definition Classes
ScalaNumericAnyConversions
def
isWhole
()
:
Boolean
Definition Classes
Unsigned
→ ScalaNumericAnyConversions
def
toByte
:
Byte
Definition Classes
ScalaNumericAnyConversions
def
toChar
:
Char
Definition Classes
ScalaNumericAnyConversions
def
toDouble
:
Double
Definition Classes
ScalaNumericAnyConversions
def
toFloat
:
Float
Definition Classes
ScalaNumericAnyConversions
def
toInt
:
Int
Definition Classes
ScalaNumericAnyConversions
def
toLong
:
Long
Definition Classes
ScalaNumericAnyConversions
def
toShort
:
Short
Definition Classes
ScalaNumericAnyConversions
def
toString
()
:
String
Definition Classes
Any
def
underlying
()
:
Unsigned
[
U
,
Promoted
,
SignedPromoted
]
Definition Classes
Unsigned
→ ScalaNumericAnyConversions
def
unifiedPrimitiveEquals
(
x:
Any
)
:
Boolean
Attributes
protected
Definition Classes
ScalaNumericAnyConversions
def
unifiedPrimitiveHashcode
()
:
Int
Attributes
protected
Definition Classes
ScalaNumericAnyConversions
Inherited from
ScalaNumericAnyConversions
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Any
Ungrouped