ProductRepr

oxygen.sql.schema.RowRepr.ProductRepr
See theProductRepr companion trait
object ProductRepr extends Derivable[ProductRepr]

Attributes

Companion
trait
Graph
Supertypes
trait Derivable[ProductRepr]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

inline override def derived[A]: ProductRepr[A]

Should always be = ${ derivedImpl[A] }. Annoying limitation with scala-3 macros that the compiler doesn't allow that to be set here, and inherited.

Should always be = ${ derivedImpl[A] }. Annoying limitation with scala-3 macros that the compiler doesn't allow that to be set here, and inherited.

Attributes

Definition Classes
Derivable