DiffSeqMatchByOps

final class DiffSeqMatchByOps[C[_], T](diff: Diff[C[T]])
class Object
trait Matchable
class Any

Value members

Concrete methods

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