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
Quotes.this.reflectModule.this.BooleanConstant.type

Members list

Value members

Abstract methods

Creates a constant Boolean value.

Creates a constant Boolean value.

Value parameters

x

the Boolean value

Attributes

Source
Quotes.scala

Match Boolean value constant and extract its value.

Match Boolean value constant and extract its value.

Value parameters

constant

the BooleanConstant to match against

Attributes

Source
Quotes.scala