scala.quoted

package scala.quoted

Members list

Type members

Classlikes

A factory that, given a Type[T], produces a FromExpr[T].

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

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ToExprFactory[T]

A factory that, given a Type[T], produces a ToExpr[T].

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

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type