- Companion
- class
Type members
Classlikes
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
- Type Params
- 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
- Type Params
- 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
- Type Params
- T
type of the element