DiffForString

com.softwaremill.diffx.instances.DiffForString
class DiffForString(similarityThreshold: Double) extends Diff[String]

Attributes

Graph
Supertypes
trait Diff[String]
trait DiffMacro[String]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def apply(left: String, right: String, context: DiffContext): DiffResult

Attributes

Definition Classes

Inherited methods

def apply(left: String, right: String): DiffResult

Attributes

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

Attributes

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

Attributes

Inherited from:
DiffMacro
inline def modify[U](inline path: String => 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