BooleanConstant

scala.quoted.runtime.impl.QuotesImpl.reflect$.BooleanConstant$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(x: Boolean): BooleanConstant

Create a constant Boolean value

Create a constant Boolean value

Attributes

def unapply(constant: BooleanConstant): Some[Boolean]

Match Boolean value constant and extract its value

Match Boolean value constant and extract its value

Attributes