scala.quoted.ToExpr
See theToExpr companion object
A type class for types that can convert a value of T
into quoted.Expr[T]
an expression that will create a copy of the value.
Attributes
- Companion:
- object
- Graph
- Supertypes
- Known subtypes
- object ArrayOfBooleanToExpr.typeobject ArrayOfByteToExpr.typeobject ArrayOfCharToExpr.typeobject ArrayOfDoubleToExpr.typeobject ArrayOfFloatToExpr.typeobject ArrayOfIntToExpr.typeobject ArrayOfLongToExpr.typeobject ArrayOfShortToExpr.typeobject BigDecimalToExpr.typeobject BigIntToExpr.typeobject EmptyTupleToExpr.typeobject NilToExpr.typeobject NoneToExpr.typeobject StringContextToExpr.type