DeriveSumTransform

oxygen.transform.generic.DeriveSumTransform
final case class DeriveSumTransform[From, To](fromGeneric: FlatGeneric[From], toGeneric: FlatGeneric[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]]