class
Boolean
extends Any with AnyVal
Value Members
-
-
-
def
##
(): Int
-
-
-
-
-
-
def
asInstanceOf
[T0]
: T0
-
def
equals
(arg0: Any): Boolean
-
def
getClass
(): Class[Boolean]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
toString
(): String
-
-
-
Inherited from Any
Value Members
-
-
def
##
(): Int
-
-
def
asInstanceOf
[T0]
: T0
-
def
equals
(arg0: Any): Boolean
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
toString
(): String
Boolean
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 Boolean => RichBoolean which provides useful non-primitive operations.