Case

final case class Case(name: String, fields: Seq[(String, Delta)]) extends Delta

Apply is a delta object for case classes.

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