scala.quoted.ToExprFactory
See theToExprFactory companion object
A factory that, given a Type[T], produces a ToExpr[T].
ToExprFactory.derived routes each field/case through ToExprFactory recursively, so derives ToExprFactory on a generic type does not require a manual given [A: {Type, ToExpr}] => ToExpr[Box[A]] for its type parameters.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article