UnitConstantModule

scala.quoted.Quotes.reflectModule.UnitConstantModule

Methods of the module object val UnitConstant.

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Quotes.this.reflectModule.this.UnitConstant.type

Members list

Value members

Abstract methods

Creates a constant Unit value.

Creates a constant Unit value.

Attributes

Source
Quotes.scala
def unapply(constant: Quotes.this.reflectModule.this.UnitConstant): true

Match Unit value constant.

Match Unit value constant.

Attributes

Source
Quotes.scala