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 toInt: Int
override def toString: String
Definition Classes
Any
def |(that: UShort): UShort

Concrete fields