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