MapDiff

com.madgag.diff.MapDiff
See theMapDiff companion object
case class MapDiff[K, V](beforeAndAfter: Map[BeforeAndAfter, Map[K, V]])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def changed: Set[K]
def unchanged: Set[K]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val changedMap: Map[K, Map[BeforeAndAfter, V]]
lazy val commonElements: Set[K]
lazy val only: Map[BeforeAndAfter, Map[K, V]]
lazy val unchangedMap: Map[K, V]