ObjectMatcher

com.softwaremill.diffx.ObjectMatcher
See theObjectMatcher companion object
trait ObjectMatcher[T]

Defines how the elements within collections are paired

Attributes

T

type of the collection element

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def isSameObject(left: T, right: T): Boolean
Implicitly added by mapEntryByKey
def isSameObject(left: T, right: T): Boolean
Implicitly added by setEntryByValue
def isSameObject(left: T, right: T): Boolean