removedKeys abstract method

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().

Implementation

RulesSet<K> removedKeys();