implicit final class ShortOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShortOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ShortOps(x: Short)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- 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 toByteExact: Byte
Converts the
Short
value to a scala.Byte, checking for lost information.Converts the
Short
value to a scala.Byte, checking for lost information. IfShort
value is out of the possible range for a scala.Byte result, then ajava.lang.ArithmeticException
is thrown. - def toString(): String
- Definition Classes
- Any
- val x: Short