LongConstantModule

scala.quoted.Quotes.reflectModule.LongConstantModule

Methods of the module object val LongConstant

Attributes

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

Members list

Value members

Abstract methods

Create a constant Long value

Create a constant Long value

Attributes

Source
Quotes.scala
def unapply(constant: LongConstant): Some[Long]

Match Long value constant and extract its value

Match Long value constant and extract its value

Attributes

Source
Quotes.scala