final class _16 extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- _16
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new _16(value: Short)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def %(other: _16): _16
- def &(other: _16): _16
- def *(other: _16): _16
- def +(other: _16): _16
- def -(other: _16): _16
- def /(other: _16): _16
- def <(other: _16): Boolean
- def <<(n: Int): _16
- def <=(other: _16): Boolean
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def >(other: _16): Boolean
- def >=(other: _16): Boolean
- def >>(n: Int): _16
- def >>>(n: Int): _16
- def ^(other: _16): _16
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toInt: Int
-
def
toString(): scala.Predef.String
- Definition Classes
- _16 → Any
- def unary_-: _16
- def unary_~: _16
- val value: Short
- def |(other: _16): _16