FromExprFactory

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
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply()(using Type[T]): FromExpr[T]