FloatConstantModule

scala.quoted.Quotes.reflectModule.FloatConstantModule

Methods of the module object val FloatConstant

Attributes

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

Members list

Value members

Abstract methods

Create a constant Float value

Create a constant Float value

Attributes

Source
Quotes.scala
def unapply(constant: FloatConstant): Some[Float]

Match Float value constant and extract its value

Match Float value constant and extract its value

Attributes

Source
Quotes.scala