UByte

final class UByte extends Serializable with Comparable[UByte]

UByte, a 8-bit unsigned integer.

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

final def !=(x: UByte): Boolean
Implicitly added by ubyte2uint

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: UShort): Boolean
Implicitly added by ubyte2uint

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: UInt): Boolean
Implicitly added by ubyte2uint

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: ULong): Boolean
Implicitly added by ubyte2uint

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: UByte): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: UShort): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: UInt): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: ULong): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: UByte): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: UShort): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: UInt): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: ULong): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: UByte): Boolean

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: UShort): Boolean

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: UInt): Boolean

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def !=(x: ULong): Boolean

Returns true if this value is not equal to x, false otherwise.

Returns true if this value is not equal to x, false otherwise.

final def %(x: UByte): UInt
Implicitly added by ubyte2uint

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: UShort): UInt
Implicitly added by ubyte2uint

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: UInt): UInt
Implicitly added by ubyte2uint

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: ULong): ULong
Implicitly added by ubyte2uint

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: UByte): ULong
Implicitly added by ubyte2ulong

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: UShort): ULong
Implicitly added by ubyte2ulong

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: UInt): ULong
Implicitly added by ubyte2ulong

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: ULong): ULong
Implicitly added by ubyte2ulong

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: UByte): UInt
Implicitly added by ubyte2ushort

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: UShort): UInt
Implicitly added by ubyte2ushort

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: UInt): UInt
Implicitly added by ubyte2ushort

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: ULong): ULong
Implicitly added by ubyte2ushort

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: UByte): UInt

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: UShort): UInt

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: UInt): UInt

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def %(x: ULong): ULong

Returns the remainder of the division of this value by x.

Returns the remainder of the division of this value by x.

final def &(x: UByte): UInt
Implicitly added by ubyte2uint

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: UShort): UInt
Implicitly added by ubyte2uint

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: UInt): UInt
Implicitly added by ubyte2uint

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: ULong): ULong
Implicitly added by ubyte2uint

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: UByte): ULong
Implicitly added by ubyte2ulong

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: UShort): ULong
Implicitly added by ubyte2ulong

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: UInt): ULong
Implicitly added by ubyte2ulong

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: ULong): ULong
Implicitly added by ubyte2ulong

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: UByte): UInt
Implicitly added by ubyte2ushort

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: UShort): UInt
Implicitly added by ubyte2ushort

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: UInt): UInt
Implicitly added by ubyte2ushort

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: ULong): ULong
Implicitly added by ubyte2ushort

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: UByte): UInt

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: UShort): UInt

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: UInt): UInt

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def &(x: ULong): ULong

Returns the bitwise AND of this value and x.

Returns the bitwise AND of this value and x.

final def *(x: UByte): UInt
Implicitly added by ubyte2uint

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: UShort): UInt
Implicitly added by ubyte2uint

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: UInt): UInt
Implicitly added by ubyte2uint

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: ULong): ULong
Implicitly added by ubyte2uint

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: UByte): ULong
Implicitly added by ubyte2ulong

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: UShort): ULong
Implicitly added by ubyte2ulong

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: UInt): ULong
Implicitly added by ubyte2ulong

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: ULong): ULong
Implicitly added by ubyte2ulong

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: UByte): UInt
Implicitly added by ubyte2ushort

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: UShort): UInt
Implicitly added by ubyte2ushort

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: UInt): UInt
Implicitly added by ubyte2ushort

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: ULong): ULong
Implicitly added by ubyte2ushort

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: UByte): UInt

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: UShort): UInt

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: UInt): UInt

Returns the product of this value and x.

Returns the product of this value and x.

final def *(x: ULong): ULong

Returns the product of this value and x.

Returns the product of this value and x.

final def +(x: UByte): UInt
Implicitly added by ubyte2uint

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: UShort): UInt
Implicitly added by ubyte2uint

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: UInt): UInt
Implicitly added by ubyte2uint

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: ULong): ULong
Implicitly added by ubyte2uint

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: UByte): ULong
Implicitly added by ubyte2ulong

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: UShort): ULong
Implicitly added by ubyte2ulong

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: UInt): ULong
Implicitly added by ubyte2ulong

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: ULong): ULong
Implicitly added by ubyte2ulong

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: UByte): UInt
Implicitly added by ubyte2ushort

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: UShort): UInt
Implicitly added by ubyte2ushort

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: UInt): UInt
Implicitly added by ubyte2ushort

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: ULong): ULong
Implicitly added by ubyte2ushort

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: UByte): UInt

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: UShort): UInt

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: UInt): UInt

Returns the sum of this value and x.

Returns the sum of this value and x.

final def +(x: ULong): ULong

Returns the sum of this value and x.

Returns the sum of this value and x.

final def -(x: UByte): UInt
Implicitly added by ubyte2uint

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: UShort): UInt
Implicitly added by ubyte2uint

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: UInt): UInt
Implicitly added by ubyte2uint

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: ULong): ULong
Implicitly added by ubyte2uint

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: UByte): ULong
Implicitly added by ubyte2ulong

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: UShort): ULong
Implicitly added by ubyte2ulong

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: UInt): ULong
Implicitly added by ubyte2ulong

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: ULong): ULong
Implicitly added by ubyte2ulong

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: UByte): UInt
Implicitly added by ubyte2ushort

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: UShort): UInt
Implicitly added by ubyte2ushort

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: UInt): UInt
Implicitly added by ubyte2ushort

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: ULong): ULong
Implicitly added by ubyte2ushort

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: UByte): UInt

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: UShort): UInt

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: UInt): UInt

Returns the difference of this value and x.

Returns the difference of this value and x.

final def -(x: ULong): ULong

Returns the difference of this value and x.

Returns the difference of this value and x.

final def /(x: UByte): UInt
Implicitly added by ubyte2uint

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: UShort): UInt
Implicitly added by ubyte2uint

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: UInt): UInt
Implicitly added by ubyte2uint

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: ULong): ULong
Implicitly added by ubyte2uint

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: UByte): ULong
Implicitly added by ubyte2ulong

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: UShort): ULong
Implicitly added by ubyte2ulong

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: UInt): ULong
Implicitly added by ubyte2ulong

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: ULong): ULong
Implicitly added by ubyte2ulong

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: UByte): UInt
Implicitly added by ubyte2ushort

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: UShort): UInt
Implicitly added by ubyte2ushort

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: UInt): UInt
Implicitly added by ubyte2ushort

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: ULong): ULong
Implicitly added by ubyte2ushort

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: UByte): UInt

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: UShort): UInt

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: UInt): UInt

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def /(x: ULong): ULong

Returns the quotient of this value and x.

Returns the quotient of this value and x.

final def <(x: UByte): Boolean
Implicitly added by ubyte2uint

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: UShort): Boolean
Implicitly added by ubyte2uint

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: UInt): Boolean
Implicitly added by ubyte2uint

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: ULong): Boolean
Implicitly added by ubyte2uint

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: UByte): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: UShort): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: UInt): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: ULong): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: UByte): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: UShort): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: UInt): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: ULong): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: UByte): Boolean

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: UShort): Boolean

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: UInt): Boolean

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <(x: ULong): Boolean

Returns true if this value is less than x, false otherwise.

Returns true if this value is less than x, false otherwise.

final def <<(x: Int): UInt
Implicitly added by ubyte2uint

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Example:
6 << 3 == 48 // in binary: 0110 << 3 == 0110000
final def <<(x: Long): UInt
Implicitly added by ubyte2uint

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Example:
6 << 3 == 48 // in binary: 0110 << 3 == 0110000
final def <<(x: Int): ULong
Implicitly added by ubyte2ulong

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Example:
6 << 3 == 48 // in binary: 0110 << 3 == 0110000
final def <<(x: Long): ULong
Implicitly added by ubyte2ulong

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Example:
6 << 3 == 48 // in binary: 0110 << 3 == 0110000
final def <<(x: Int): UInt
Implicitly added by ubyte2ushort

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Example:
6 << 3 == 48 // in binary: 0110 << 3 == 0110000
final def <<(x: Long): UInt
Implicitly added by ubyte2ushort

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Example:
6 << 3 == 48 // in binary: 0110 << 3 == 0110000
final def <<(x: Int): UInt

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Example:
6 << 3 == 48 // in binary: 0110 << 3 == 0110000
final def <<(x: Long): UInt

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.

Example:
6 << 3 == 48 // in binary: 0110 << 3 == 0110000
final def <=(x: UByte): Boolean
Implicitly added by ubyte2uint

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: UShort): Boolean
Implicitly added by ubyte2uint

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: UInt): Boolean
Implicitly added by ubyte2uint

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: ULong): Boolean
Implicitly added by ubyte2uint

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: UByte): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: UShort): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: UInt): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: ULong): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: UByte): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: UShort): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: UInt): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: ULong): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: UByte): Boolean

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: UShort): Boolean

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: UInt): Boolean

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def <=(x: ULong): Boolean

Returns true if this value is less than or equal to x, false otherwise.

Returns true if this value is less than or equal to x, false otherwise.

final def ==(x: UByte): Boolean
Implicitly added by ubyte2uint

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: UShort): Boolean
Implicitly added by ubyte2uint

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: UInt): Boolean
Implicitly added by ubyte2uint

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: ULong): Boolean
Implicitly added by ubyte2uint

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: UByte): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: UShort): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: UInt): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: ULong): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: UByte): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: UShort): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: UInt): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: ULong): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: UByte): Boolean

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: UShort): Boolean

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: UInt): Boolean

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def ==(x: ULong): Boolean

Returns true if this value is equal to x, false otherwise.

Returns true if this value is equal to x, false otherwise.

final def >(x: UByte): Boolean
Implicitly added by ubyte2uint

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: UShort): Boolean
Implicitly added by ubyte2uint

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: UInt): Boolean
Implicitly added by ubyte2uint

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: ULong): Boolean
Implicitly added by ubyte2uint

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: UByte): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: UShort): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: UInt): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: ULong): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: UByte): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: UShort): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: UInt): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: ULong): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: UByte): Boolean

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: UShort): Boolean

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: UInt): Boolean

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >(x: ULong): Boolean

Returns true if this value is greater than x, false otherwise.

Returns true if this value is greater than x, false otherwise.

final def >=(x: UByte): Boolean
Implicitly added by ubyte2uint

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: UShort): Boolean
Implicitly added by ubyte2uint

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: UInt): Boolean
Implicitly added by ubyte2uint

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: ULong): Boolean
Implicitly added by ubyte2uint

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: UByte): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: UShort): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: UInt): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: ULong): Boolean
Implicitly added by ubyte2ulong

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: UByte): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: UShort): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: UInt): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: ULong): Boolean
Implicitly added by ubyte2ushort

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: UByte): Boolean

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: UShort): Boolean

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: UInt): Boolean

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >=(x: ULong): Boolean

Returns true if this value is greater than or equal to x, false otherwise.

Returns true if this value is greater than or equal to x, false otherwise.

final def >>(x: Int): UInt
Implicitly added by ubyte2uint

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Example:
 4294967275 >> 3 == 4294967293 // in binary: 11111111 11111111
  11111111 11101011 >> 3 == // 11111111 11111111 11111111 11111101 
final def >>(x: Long): UInt
Implicitly added by ubyte2uint

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Example:
 4294967275 >> 3 == 4294967293 // in binary: 11111111 11111111
  11111111 11101011 >> 3 == // 11111111 11111111 11111111 11111101 
final def >>(x: Int): ULong
Implicitly added by ubyte2ulong

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Example:
4294967275 >> 3 == 4294967293
// in binary: 11111111 11111111 11111111 11101011 >> 3 ==
//            11111111 11111111 11111111 11111101
final def >>(x: Long): ULong
Implicitly added by ubyte2ulong

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Example:
4294967275 >> 3 == 4294967293
// in binary: 11111111 11111111 11111111 11101011 >> 3 ==
//            11111111 11111111 11111111 11111101
final def >>(x: Int): UInt
Implicitly added by ubyte2ushort

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Example:
 4294967275 >> 3 == 4294967293 // in binary: 11111111 11111111
  11111111 11101011 >> 3 == // 11111111 11111111 11111111 11111101 
final def >>(x: Long): UInt
Implicitly added by ubyte2ushort

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Example:
 4294967275 >> 3 == 4294967293 // in binary: 11111111 11111111
  11111111 11101011 >> 3 == // 11111111 11111111 11111111 11111101 
final def >>(x: Int): UInt

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Example:
 4294967275 >> 3 == 4294967293 // in binary: 11111111 11111111
  11111111 11101011 >> 3 == // 11111111 11111111 11111111 11111101 
final def >>(x: Long): UInt

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Returns this value bit-shifted left by the specified number of bits, filling in the right bits with the same value as the left-most bit of this.

Example:
 4294967275 >> 3 == 4294967293 // in binary: 11111111 11111111
  11111111 11101011 >> 3 == // 11111111 11111111 11111111 11111101 
final def >>>(x: Int): UInt
Implicitly added by ubyte2uint

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Example:
21 >>> 3 == 2 // in binary: 010101 >>> 3 == 010
 4294967275 >>> 3 == 536870909 // in binary: 11111111 11111111
  11111111 11101011 >>> 3 == // 00011111 11111111 11111111 11111101 
final def >>>(x: Long): UInt
Implicitly added by ubyte2uint

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Example:
21 >>> 3 == 2 // in binary: 010101 >>> 3 == 010
 4294967275 >>> 3 == 536870909 // in binary: 11111111 11111111
  11111111 11101011 >>> 3 == // 00011111 11111111 11111111 11111101 
final def >>>(x: Int): ULong
Implicitly added by ubyte2ulong

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Example:
21 >>> 3 == 2 // in binary: 010101 >>> 3 == 010
4294967275 >>> 3 == 536870909
// in binary: 11111111 11111111 11111111 11101011 >>> 3 ==
//            00011111 11111111 11111111 11111101
final def >>>(x: Long): ULong
Implicitly added by ubyte2ulong

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Example:
21 >>> 3 == 2 // in binary: 010101 >>> 3 == 010
4294967275 >>> 3 == 536870909
// in binary: 11111111 11111111 11111111 11101011 >>> 3 ==
//            00011111 11111111 11111111 11111101
final def >>>(x: Int): UInt
Implicitly added by ubyte2ushort

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Example:
21 >>> 3 == 2 // in binary: 010101 >>> 3 == 010
 4294967275 >>> 3 == 536870909 // in binary: 11111111 11111111
  11111111 11101011 >>> 3 == // 00011111 11111111 11111111 11111101 
final def >>>(x: Long): UInt
Implicitly added by ubyte2ushort

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Example:
21 >>> 3 == 2 // in binary: 010101 >>> 3 == 010
 4294967275 >>> 3 == 536870909 // in binary: 11111111 11111111
  11111111 11101011 >>> 3 == // 00011111 11111111 11111111 11111101 
final def >>>(x: Int): UInt

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Example:
21 >>> 3 == 2 // in binary: 010101 >>> 3 == 010
 4294967275 >>> 3 == 536870909 // in binary: 11111111 11111111
  11111111 11101011 >>> 3 == // 00011111 11111111 11111111 11111101 
final def >>>(x: Long): UInt

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.

Example:
21 >>> 3 == 2 // in binary: 010101 >>> 3 == 010
 4294967275 >>> 3 == 536870909 // in binary: 11111111 11111111
  11111111 11101011 >>> 3 == // 00011111 11111111 11111111 11111101 
final def ^(x: UByte): UInt
Implicitly added by ubyte2uint

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: UShort): UInt
Implicitly added by ubyte2uint

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: UInt): UInt
Implicitly added by ubyte2uint

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: ULong): ULong
Implicitly added by ubyte2uint

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: UByte): ULong
Implicitly added by ubyte2ulong

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: UShort): ULong
Implicitly added by ubyte2ulong

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: UInt): ULong
Implicitly added by ubyte2ulong

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: ULong): ULong
Implicitly added by ubyte2ulong

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: UByte): UInt
Implicitly added by ubyte2ushort

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: UShort): UInt
Implicitly added by ubyte2ushort

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: UInt): UInt
Implicitly added by ubyte2ushort

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: ULong): ULong
Implicitly added by ubyte2ushort

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: UByte): UInt

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: UShort): UInt

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: UInt): UInt

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final def ^(x: ULong): ULong

Returns the bitwise XOR of this value and x.

Returns the bitwise XOR of this value and x.

final override def compareTo(x: UByte): Int
Definition Classes
override def equals(obj: Any): Boolean
Definition Classes
Any
override def hashCode(): Int
Definition Classes
Any
final def max(that: UInt): UInt
Implicitly added by ubyte2uint
final def max(that: ULong): ULong
Implicitly added by ubyte2ulong
final def max(that: UShort): UShort
Implicitly added by ubyte2ushort
final def max(that: UByte): UByte
final def min(that: UInt): UInt
Implicitly added by ubyte2uint
final def min(that: ULong): ULong
Implicitly added by ubyte2ulong
final def min(that: UShort): UShort
Implicitly added by ubyte2ushort
final def min(that: UByte): UByte
Implicitly added by ubyte2uint
Implicitly added by ubyte2ulong
Implicitly added by ubyte2ushort
final def toByte: Byte
Implicitly added by ubyte2uint
final def toByte: Byte
Implicitly added by ubyte2ulong
final def toByte: Byte
Implicitly added by ubyte2ushort
final def toByte: Byte
final def toChar: Char
Implicitly added by ubyte2uint
final def toChar: Char
Implicitly added by ubyte2ulong
final def toChar: Char
Implicitly added by ubyte2ushort
final def toChar: Char
final def toDouble: Double
Implicitly added by ubyte2uint
final def toDouble: Double
Implicitly added by ubyte2ulong
final def toDouble: Double
Implicitly added by ubyte2ushort
final def toFloat: Float
Implicitly added by ubyte2uint
final def toFloat: Float
Implicitly added by ubyte2ulong
final def toFloat: Float
Implicitly added by ubyte2ushort
final def toFloat: Float
final def toHexString: String
Implicitly added by ubyte2uint
final def toHexString: String
Implicitly added by ubyte2ulong
final def toHexString: String
Implicitly added by ubyte2ushort
final def toInt: Int
Implicitly added by ubyte2uint
final def toInt: Int
Implicitly added by ubyte2ulong
final def toInt: Int
Implicitly added by ubyte2ushort
final def toInt: Int
final def toLong: Long
Implicitly added by ubyte2uint
final def toLong: Long
Implicitly added by ubyte2ulong
final def toLong: Long
Implicitly added by ubyte2ushort
final def toLong: Long
Implicitly added by ubyte2uint
Implicitly added by ubyte2ulong
Implicitly added by ubyte2ushort
final def toShort: Short
Implicitly added by ubyte2uint
final def toShort: Short
Implicitly added by ubyte2ulong
final def toShort: Short
Implicitly added by ubyte2ushort
final def toShort: Short
final override def toString(): String
Definition Classes
Any
final def toUByte: UByte
Implicitly added by ubyte2uint
final def toUByte: UByte
Implicitly added by ubyte2ulong
final def toUByte: UByte
Implicitly added by ubyte2ushort
final def toUByte: UByte
final def toUInt: UInt
Implicitly added by ubyte2uint
final def toUInt: UInt
Implicitly added by ubyte2ulong
final def toUInt: UInt
Implicitly added by ubyte2ushort
final def toUInt: UInt
final def toULong: ULong
Implicitly added by ubyte2uint
final def toULong: ULong
Implicitly added by ubyte2ulong
final def toULong: ULong
Implicitly added by ubyte2ushort
final def toULong: ULong
final def toUShort: UShort
Implicitly added by ubyte2uint
final def toUShort: UShort
Implicitly added by ubyte2ulong
final def toUShort: UShort
Implicitly added by ubyte2ushort
final def unary_~: UInt
Implicitly added by ubyte2uint

Returns the bitwise negation of this value.

Returns the bitwise negation of this value.

Example:
~5 == 4294967290 // in binary: ~00000101 == // 11111010
final def unary_~: ULong
Implicitly added by ubyte2ulong

Returns the bitwise negation of this value.

Returns the bitwise negation of this value.

final def unary_~: UInt
Implicitly added by ubyte2ushort

Returns the bitwise negation of this value.

Returns the bitwise negation of this value.

Example:
~5 == -6 // in binary: ~00000101 == // 11111010
final def unary_~: UInt

Returns the bitwise negation of this value.

Returns the bitwise negation of this value.

Example:
~5 == -6 // in binary: ~00000101 == // 11111010
final def |(x: UByte): UInt
Implicitly added by ubyte2uint

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: UShort): UInt
Implicitly added by ubyte2uint

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: UInt): UInt
Implicitly added by ubyte2uint

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: ULong): ULong
Implicitly added by ubyte2uint

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: UByte): ULong
Implicitly added by ubyte2ulong

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: UShort): ULong
Implicitly added by ubyte2ulong

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: UInt): ULong
Implicitly added by ubyte2ulong

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: ULong): ULong
Implicitly added by ubyte2ulong

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: UByte): UInt
Implicitly added by ubyte2ushort

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: UShort): UInt
Implicitly added by ubyte2ushort

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: UInt): UInt
Implicitly added by ubyte2ushort

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: ULong): ULong
Implicitly added by ubyte2ushort

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: UByte): UInt

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: UShort): UInt

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: UInt): UInt

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.

final def |(x: ULong): ULong

Returns the bitwise OR of this value and x.

Returns the bitwise OR of this value and x.