EmptyTupleToExpr

scala.quoted.ToExpr.EmptyTupleToExpr
object EmptyTupleToExpr extends ToExpr[EmptyTuple.type]

Default implementation of ToExpr[EmptyTuple.type]

Attributes

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

Members list

Value members

Concrete methods

def apply(tup: EmptyTuple.type)(using Quotes): Expr[EmptyTuple.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