Diff

trait Diff extends (Any, Any) => Delta

Diff is a function for computing a difference between two vales.

Companion
object
trait (Any, Any) => Delta
class Object
trait Matchable
class Any

Value members

Concrete methods

def diff(left: Any, right: Any)(implicit opts: Opts): String

Computes a difference between two values and returns prettified string of this diff.

Computes a difference between two values and returns prettified string of this diff.

Inherited methods

def apply(v1: Any, v2: Any): Delta
Inherited from
Function2
@unspecialized
def curried: Any => Any => Delta
Inherited from
Function2
override def toString(): String
Definition Classes
Function2 -> Any
Inherited from
Function2
@unspecialized
def tupled: (Any, Any) => Delta
Inherited from
Function2