unchangedKeys abstract method
Returns a rules.Set, which lists any keys that appear in both the Map calling diff() and the Map passed to diff(), and whose values are equal.
Implementation
RulesSet<K> unchangedKeys();
Returns a rules.Set, which lists any keys that appear in both the Map calling diff() and the Map passed to diff(), and whose values are equal.
RulesSet<K> unchangedKeys();