BooleanConstantModule

scala.quoted.Quotes.reflectModule.BooleanConstantModule

Methods of the module object val BooleanConstant

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BooleanConstant.type

Members list

Value members

Abstract methods

Create a constant Boolean value

Create a constant Boolean value

Attributes

Source
Quotes.scala
def unapply(constant: BooleanConstant): Some[Boolean]

Match Boolean value constant and extract its value

Match Boolean value constant and extract its value

Attributes

Source
Quotes.scala