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.
- Companion:
- object
- Source:
- ToExpr.scala
object ArrayOfBooleanToExpr.type
object ArrayOfByteToExpr.type
object ArrayOfCharToExpr.type
object ArrayOfDoubleToExpr.type
object ArrayOfFloatToExpr.type
object ArrayOfIntToExpr.type
object ArrayOfLongToExpr.type
object ArrayOfShortToExpr.type
object BigDecimalToExpr.type
object BigIntToExpr.type
object EmptyTupleToExpr.type
object NilToExpr.type
object NoneToExpr.type
object StringContextToExpr.type
Value members
Abstract methods
Lift a value into an expression containing the construction of that value
Lift a value into an expression containing the construction of that value
- Source:
- ToExpr.scala