DeriveProductTransform

oxygen.transform.generic.DeriveProductTransform
final case class DeriveProductTransform[From, To](fromGeneric: ProductGeneric[From], toGeneric: ProductGeneric[To])(using evidence$1: Type[From], evidence$2: Type[To], quotes: Quotes)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val derive: Expr[Transform[From, To]]