LongConstant

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(x: Long): LongConstant

Create a constant Long value

Create a constant Long value

Attributes

def unapply(constant: LongConstant): Some[Long]

Match Long value constant and extract its value

Match Long value constant and extract its value

Attributes