scala.quoted.matching
extends Object with SerializableSupertypes
Object, SerializableMembers
object
ConstSeq
Literal sequence of literal constant value expressions
Literal sequence of literal constant value expressions
val
Const
: Const.type
val
ExprSeq
: Varargs.type
val
Lambda
: Lambda.type
val
Value
: Unlifted.type
val
ValueOfExpr
: Unlifted.type
def
summonExpr
[T] ( implicit tpe: Type[T] ) ( implicit qctx: QuoteContext ) : Option[Expr[T]]Find an implicit of type T
in the current scope given by qctx
.
Return Some
containing the expression of the implicit or
None
if implicit resolution fail...
Find an implicit of type T
in the current scope given by qctx
.
Return Some
containing the expression of the implicit or
None
if implicit resolution failed.