Delta

sealed abstract class Delta extends Product with Serializable

Delta is an object for representing a difference between two values.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class Case
class Mapping
class Sequence
class Identical
class Changed
class Missing

Value members

Abstract methods

def isIdentical: Boolean

Checks whether or not this is identical.

Checks whether or not this is identical.

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

Renders this into pretty fragments for showing.

Renders this into pretty fragments for showing.

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product