t

com.softwaremill.diffx

DiffMagnoliaDerivation

trait DiffMagnoliaDerivation extends LowPriority

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DiffMagnoliaDerivation
  2. LowPriority
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Typeclass[T] = Derived[Diff[T]]

Value Members

  1. def combine[T](ctx: CaseClass[Typeclass, T]): Derived[Diff[T]]
  2. def dispatch[T](ctx: SealedTrait[Typeclass, T]): Derived[Diff[T]]
  3. def fallback[T]: Derived[Diff[T]]
    Definition Classes
    LowPriority
  4. implicit macro def gen[T]: Derived[Diff[T]]