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