CharConstantModule

scala.quoted.Quotes.reflectModule.CharConstantModule

Methods of the module object val CharConstant

Attributes

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

Members list

Value members

Abstract methods

Create a constant Char value

Create a constant Char value

Attributes

Source
Quotes.scala
def unapply(constant: CharConstant): Some[Char]

Match Char value constant and extract its value

Match Char value constant and extract its value

Attributes

Source
Quotes.scala