ch
.
ethz
.
acl
.
passera
unsigned
package
unsigned
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
unsigned
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
class
DoubleOps
extends
AnyRef
class
FloatOps
extends
AnyRef
class
RichUInt
extends
AnyRef
class
RicherUInt
extends
AnyRef
class
SignedIntOps
extends
AnyRef
class
SignedLongOps
extends
AnyRef
class
SignedRichIntOps
extends
AnyRef
trait
SmallUInt
[
U <:
Unsigned
[
U
,
UInt
,
Int
]
]
extends
Serializable
with
Unsigned
[
U
,
UInt
,
Int
]
Supertrait of UByte, UShort, UInt
final
case class
UByte
(
byteValue:
Byte
)
extends
AnyVal
with
Serializable
with
SmallUInt
[
UByte
] with
Product
trait
UByteIsIntegral
extends
Integral
[
UByte
]
trait
UByteOrdering
extends
Ordering
[
UByte
]
final
class
UInt
extends
AnyVal
with
Serializable
with
SmallUInt
[
UInt
]
trait
UIntIsIntegral
extends
Integral
[
UInt
]
trait
UIntOrdering
extends
Ordering
[
UInt
]
final
case class
ULong
(
longValue:
Long
)
extends
AnyVal
with
Serializable
with
Unsigned
[
ULong
,
ULong
,
Long
] with
Product
trait
ULongIsIntegral
extends
Integral
[
ULong
]
trait
ULongOrdering
extends
Ordering
[
ULong
]
final
case class
UShort
(
shortValue:
Short
)
extends
AnyVal
with
Serializable
with
SmallUInt
[
UShort
] with
Product
trait
UShortIsIntegral
extends
Integral
[
UShort
]
trait
UShortOrdering
extends
Ordering
[
UShort
]
trait
Unsigned
[
U <:
Unsigned
[
U
,
Promoted
,
SignedPromoted
]
,
Promoted <:
Unsigned
[_,
Promoted
,
SignedPromoted
]
,
SignedPromoted
]
extends
Serializable
with
ScalaNumericAnyConversions
Value Members
object
UByte
extends
Serializable
implicit
object
UByteIsIntegral
extends
UByteIsIntegral
with
UByteOrdering
implicit
object
UByteOrdering
extends
UByteOrdering
object
UInt
extends
Serializable
implicit
object
UIntIsIntegral
extends
UIntIsIntegral
with
UIntOrdering
implicit
object
UIntOrdering
extends
UIntOrdering
object
ULong
extends
Serializable
implicit
object
ULongIsIntegral
extends
ULongIsIntegral
with
ULongOrdering
implicit
object
ULongOrdering
extends
ULongOrdering
object
UShort
extends
Serializable
implicit
object
UShortIsIntegral
extends
UShortIsIntegral
with
UShortOrdering
implicit
object
UShortOrdering
extends
UShortOrdering
implicit
def
doubleOps
(
x:
Double
)
:
DoubleOps
implicit
def
floatOps
(
x:
Float
)
:
FloatOps
implicit
def
richUInt
(
x:
UInt
)
:
RichUInt
implicit
def
richerUInt
(
x:
UInt
)
:
RicherUInt
implicit
def
signedIntOps
(
x:
Int
)
:
SignedIntOps
implicit
def
signedLongOps
(
x:
Long
)
:
SignedLongOps
implicit
def
signedRichIntOps
(
x:
RichInt
)
:
SignedRichIntOps
implicit
def
ubyte2uint
(
x:
UByte
)
:
UInt
implicit
def
ubyte2ulong
(
x:
UByte
)
:
ULong
implicit
def
uint2ulong
(
x:
UInt
)
:
ULong
implicit
def
ushort2uint
(
x:
UShort
)
:
UInt
implicit
def
ushort2ulong
(
x:
UShort
)
:
ULong
Inherited from
AnyRef
Inherited from
Any
Ungrouped