oxygen.meta.K0.Derivable
See theDerivable companion trait
object Derivable
Attributes
Members list
Type members
Classlikes
final case class Config(defaultOrdinalStrategy: OrdinalStrategy, defaultUnrollStrategy: UnrollStrategy)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
abstract class ProductDeriver[F[_], A](using val quotes: Quotes, val fTpe: Type[F], val aTpe: Type[A], val generic: ProductGeneric[A])
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object ProductDeriver
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ProductDeriver.type
abstract class SumDeriver[F[_], A](using val quotes: Quotes, val fTpe: Type[F], val aTpe: Type[A], val generic: SumGeneric[A])
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object SumDeriver
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SumDeriver.type
In this article