DiffSeqMatchByOps

com.softwaremill.diffx.DiffSeqMatchByOps
final class DiffSeqMatchByOps[C[_], T](diff: Diff[C[T]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def matchByKey[U : ObjectMatcher](f: Int => U): Diff[C[T]]
def matchByValue[U : ObjectMatcher](f: T => U): Diff[C[T]]