final
class
Char 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
Char
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 Char => RichChar which provides useful non-primitive operations.