BooleanConstant

oxygen.quoted.BooleanConstant
See theBooleanConstant companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): BooleanConstantCompanion
def unapply(constant: BooleanConstant): Some[Boolean]

Match Boolean value constant and extract its value

Match Boolean value constant and extract its value

Attributes

def wrap(using quotes: Quotes)(unwrap: quotes.reflect.BooleanConstant): BooleanConstant