DiffForSeq

com.softwaremill.diffx.instances.DiffForSeq
See theDiffForSeq companion object
class DiffForSeq[C[_], T](dt: Diff[T], matcher: ObjectMatcher[SeqEntry[T]], seqLike: SeqLike[C], typeName: String) extends Diff[C[T]]

Attributes

Companion:
object
Graph
Supertypes
trait Diff[C[T]]
trait DiffMacro[C[T]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def apply(left: C[T], right: C[T], context: DiffContext): DiffResult

Attributes

Definition Classes

Inherited methods

def apply(left: C[T], right: C[T]): DiffResult

Attributes

Inherited from:
Diff
def contramap[R](f: R => C[T]): Diff[R]

Attributes

Inherited from:
Diff
inline def ignore[U](inline path: C[T] => U)(implicit config: DiffConfiguration): Diff[T]

Attributes

Inherited from:
DiffMacro
inline def modify[U](inline path: C[T] => U): DiffLens[T, U]

Attributes

Inherited from:
DiffMacro
def modifyMatcherUnsafe(path: ModifyPath*)(matcher: ObjectMatcher[_]): Diff[T]

Attributes

Inherited from:
Diff
def modifyUnsafe[U](path: ModifyPath*)(mod: Diff[U] => Diff[U]): Diff[T]

Attributes

Inherited from:
Diff