LongConstantModule (original) (raw)
scala.quoted.Quotes.reflectModule.LongConstantModule
trait LongConstantModule
Methods of the module object val LongConstant
Attributes
Source
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LongConstant.type
Members list
Value members
Abstract methods
def apply(x: Long): LongConstant
Create a constant Long value
Create a constant Long value
Attributes
Source
def unapply(constant: LongConstant): Some[Long]
Match Long value constant and extract its value
Match Long value constant and extract its value
Attributes
Source