LowPriorityDiff

com.softwaremill.diffx.LowPriorityDiff

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Diff.type

Members list

Concise view

Value members

Concrete methods

def summon[T](implicit dd: Derived[Diff[T]]): Diff[T]

Returns unwrapped instance of Diff[T] from implicitly summoned Derived[Diff[T]]. Use this method when you want to modify auto derived instance of diff and put it back into the implicit scope.

Returns unwrapped instance of Diff[T] from implicitly summoned Derived[Diff[T]]. Use this method when you want to modify auto derived instance of diff and put it back into the implicit scope.

Attributes

Implicits

Implicits

implicit def derivedDiff[T](implicit dd: Derived[Diff[T]]): Diff[T]

Implicit instance of Diff[T] created from implicit Derived[Diff[T]]. Should not be called explicitly from clients code. Use summon instead.

Implicit instance of Diff[T] created from implicit Derived[Diff[T]]. Should not be called explicitly from clients code. Use summon instead.

Attributes