removedKeys abstract method
Returns a rules.Set, which lists any keys that the Map calling diff() does not contain compared to the Map passed to diff().
Implementation
RulesSet<K> removedKeys();
Returns a rules.Set, which lists any keys that the Map calling diff() does not contain compared to the Map passed to diff().
RulesSet<K> removedKeys();