Bool

object Bool extends Boolean => Val
trait Boolean => Val
class Object
trait Matchable
class Any
Bool.type

Value members

Concrete methods

def apply(value: Boolean): Val
def unapply(value: Val): Option[Boolean]

Inherited methods

def andThen[A](g: Val => A): Boolean => A
Inherited from:
Function1
def compose[A](g: A => Boolean): A => Val
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1