Impl

oxygen.meta.K0.Derivable.ProductDeriver.Impl
final class Impl[F[_], A](value: () => Expr[F[A]])(using x$2: Quotes, x$3: Type[F], x$4: Type[A], x$5: ProductGeneric[A]) extends ProductDeriver[F, A]

Attributes

Graph
Supertypes
class ProductDeriver[F, A]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def derive: Expr[F[A]]

Attributes

Definition Classes

Inherited methods

def deriveWithInstances(exprs: Expressions[F, A])(using quotes: Quotes): Expr[F[A]]

Attributes

Inherited from:
ProductDeriver

Givens

Inherited givens

given aTpe: Type[A]

Attributes

Inherited from:
ProductDeriver
given fTpe: Type[F]

Attributes

Inherited from:
ProductDeriver

Attributes

Inherited from:
ProductDeriver
given quotes: Quotes

Attributes

Inherited from:
ProductDeriver