Expr

scala.quoted.Expr
See theExpr companion object
abstract class Expr[+T]

Quoted expression of type T.

Expr has extension methods that are defined in scala.quoted.Quotes.

Type parameters

T

the type of the quoted expression

Attributes

Companion
object
Source
Expr.scala
Graph
Supertypes
class Object
trait Matchable
class Any
In this article