DifferGen

trait DifferGen extends Derivation[Differ]
trait Derivation[Differ]
trait CommonDerivation[Differ]
class Object
trait Matchable
class Any
object Differ.type

Type members

Classlikes

final class SealedTraitDiffer[T](ctx: SealedTrait[Differ, T], isIgnored: Boolean) extends Differ[T]

Inherited types

type Typeclass[T] = TypeClass[T]
Inherited from:
CommonDerivation

Value members

Concrete methods

override def join[T](ctx: CaseClass[Differ, T]): Differ[T]
Definition Classes
CommonDerivation
override def split[T](ctx: SealedTrait[Differ, T]): Differ[T]
Definition Classes
Derivation

Inherited methods

inline def derived[A](using Of[A]): Differ[A]
Inherited from:
Derivation
inline def derivedMirror[A](using mirror: Of[A]): Differ[A]
Inherited from:
Derivation
inline def derivedMirrorProduct[A](product: ProductOf[A]): Differ[A]
Inherited from:
CommonDerivation
inline def derivedMirrorSum[A](sum: SumOf[A]): Differ[A]
Inherited from:
Derivation
inline def getParams[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], idx: Int): List[Param[Typeclass, T]]
Inherited from:
CommonDerivation
transparent inline def subtypes[T, SubtypeTuple <: Tuple](m: SumOf[T], idx: Int): List[Subtype[Typeclass, T, _]]
Inherited from:
Derivation