BoolLiteral

object BoolLiteral extends Constructor[Boolean]
class Constructor[Boolean]
class Object
trait Matchable
class Any

Type members

Inherited types

type Result = A
Inherited from
Constructor

Value members

Concrete methods

def apply(value: Boolean): Expr

Inherited methods

final def unapply(expr: Expr): Option[Boolean]
Inherited from
Constructor