DoubleConstantModule (original) (raw)

scala.quoted.Quotes.reflectModule.DoubleConstantModule

trait DoubleConstantModule

Methods of the module object val DoubleConstant

Attributes

Source

Quotes.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Self type

DoubleConstant.type

Members list

Value members

Abstract methods

def apply(x: Double): DoubleConstant

Create a constant Double value

Create a constant Double value

Attributes

Source

Quotes.scala

def unapply(constant: DoubleConstant): Some[Double]

Match Double value constant and extract its value

Match Double value constant and extract its value

Attributes

Source

Quotes.scala