Attributes
- Companion:
- trait
- Graph
- Supertypes
- Self type
- ObjectMatcher.type
Members list
Type members
Classlikes
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Value members
Concrete methods
Matcher for map like collections e.g. Map. There has to exist an implicit instance of com.softwaremill.diffx.MapLike for such collection
Matcher for map like collections e.g. Map. There has to exist an implicit instance of com.softwaremill.diffx.MapLike for such collection
Attributes
- K
type of the key
- V
type of the value
Matcher for all ordered collections e.g. List, Seq. There has to exist an implicit instance of com.softwaremill.diffx.SeqLike for such collection
Matcher for all ordered collections e.g. List, Seq. There has to exist an implicit instance of com.softwaremill.diffx.SeqLike for such collection
Attributes
- T
type of the element
Matcher for unordered collections like e.g. Set. There has to exist an implicit instance of com.softwaremill.diffx.SetLike for such collection
Matcher for unordered collections like e.g. Set. There has to exist an implicit instance of com.softwaremill.diffx.SetLike for such collection
Attributes
- T
type of the element
Implicits
Implicits
Given MapEntry[K,V], match them using K's objectMatcher
Given MapEntry[K,V], match them using K's objectMatcher
Attributes
Inherited implicits
Attributes
- Inherited from:
- LowPriorityObjectMatcher