final
class
BooleanOps extends AnyVal
Instance Constructors
-
new
BooleanOps(b: Boolean)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
b: Boolean
-
final
def
either[L, R](l: ⇒ L, r: ⇒ R): Either[L, R]
-
final
def
fold[A](t: ⇒ A, f: ⇒ A): A
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
option[A](a: ⇒ A): Option[A]
-
def
toString(): String
Deprecated Value Members
-
final
def
xor[L, R](l: ⇒ L, r: ⇒ R): Either[L, R]
Inherited from AnyVal
Inherited from NotNull
Inherited from Any