final
class
Int extends AnyVal
Inherited from Any
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
Int
is a member of the value classes, those whose instances are not represented as objects by the underlying host system.There is an implicit conversion from Int => RichInt which provides useful non-primitive operations.