Additional

final case class Additional(left: Any) extends Delta

Missing is a delta object with an additional value.

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