NoneToExpr

scala.quoted.ToExpr.NoneToExpr
object NoneToExpr extends ToExpr[None.type]

Default implementation of ToExpr[None.type]

Attributes

Source
ToExpr.scala
Graph
Supertypes
trait ToExpr[None.type]
class Object
trait Matchable
class Any
Self type
NoneToExpr.type

Members list

Value members

Concrete methods

def apply(x: None.type)(using Quotes): Expr[None.type]

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value

Attributes

Source
ToExpr.scala