FloatConstant

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(x: Float): FloatConstant

Create a constant Float value

Create a constant Float value

Attributes

def unapply(constant: FloatConstant): Some[Float]

Match Float value constant and extract its value

Match Float value constant and extract its value

Attributes