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