DeriveProductResultDecoder

oxygen.sql.generic.DeriveProductResultDecoder
final class DeriveProductResultDecoder[A](instances: Expressions[ResultDecoder, A])(using x$2: Quotes, x$3: Type[ResultDecoder], x$4: Type[A], x$5: ProductGeneric[A]) extends ProductDeriver[ResultDecoder, A]

Attributes

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

Members list

Value members

Concrete methods

override def derive: Expr[CustomDecoder[A]]

Attributes

Definition Classes
ProductDeriver

Inherited methods

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

This only works if the Derivable.ProductDeriver in your Derivable uses Derivable.ProductDeriver.withInstances.

This only works if the Derivable.ProductDeriver in your Derivable uses Derivable.ProductDeriver.withInstances.

Attributes

Inherited from:
ProductDeriver

Givens

Inherited givens

given aTpe: Type[A]

Attributes

Inherited from:
ProductDeriver
given fTpe: Type[ResultDecoder]

Attributes

Inherited from:
ProductDeriver
given generic: ProductGeneric[A]

Attributes

Inherited from:
ProductDeriver
given quotes: Quotes

Attributes

Inherited from:
ProductDeriver