ShortConstantModule

scala.quoted.Quotes.reflectModule.ShortConstantModule

Methods of the module object val Short.

Attributes

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

Members list

Value members

Abstract methods

Creates a constant Short value.

Creates a constant Short value.

Attributes

Source
Quotes.scala
def unapply(constant: Quotes.this.reflectModule.this.ShortConstant): Some[Short]

Match Short value constant and extract its value.

Match Short value constant and extract its value.

Attributes

Source
Quotes.scala