affectedKeys abstract method

RulesSet<K> affectedKeys()

Returns a rules.Set, which lists any keys that have been added to, removed from or modified from the Map calling diff() compared to the Map passed to diff(). This function returns the set equivalent to the combined results of MapDiff.addedKeys(), MapDiff.removedKeys() and MapDiff.changedKeys().

Implementation

RulesSet<K> affectedKeys();