UShort

final
class UShort(val signed: Char) extends AnyVal
Companion
object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def !=(that: UShort): Boolean
def %(that: UShort): UShort
def &(that: UShort): UShort
def *(that: UShort): UShort
def **(that: UShort): UShort
def +(that: UShort): UShort
def -(that: UShort): UShort
def /(that: UShort): UShort
def <(that: UShort): Boolean
def <<(shift: Int): UShort
def <=(that: UShort): Boolean
def =!=(that: UShort): Boolean
def ==(that: UShort): Boolean
def ===(that: UShort): Boolean
def >(that: UShort): Boolean
def >=(that: UShort): Boolean
def >>(shift: Int): UShort
def >>>(shift: Int): UShort
def ^(that: UShort): UShort
def isValidByte: Boolean
def isValidChar: Boolean
def isValidInt: Boolean
def isValidLong: Boolean
def isValidShort: Boolean
def toBigInt: BigInt
def toByte: Byte
def toChar: Char
def toDouble: Double
def toFloat: Float
def toInt: Int
def toLong: Long
def toShort: Short
override
def toString: String
Definition Classes
Any
def |(that: UShort): UShort

Concrete fields

val signed: Char