ShortConstant

scala.quoted.runtime.impl.QuotesImpl.reflect$.ShortConstant$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(x: Short): ShortConstant

Create a constant Short value

Create a constant Short value

Attributes

def unapply(constant: ShortConstant): Some[Short]

Match Short value constant and extract its value

Match Short value constant and extract its value

Attributes