Changed

final case class Changed(left: Any, right: Any) extends Delta

Changed is a delta object with changed values.

class Delta
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isIdentical: Boolean
def prettify(showIdentical: Boolean, prettify: Prettify): Seq[Pretty]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product