diff abstract method

MapDiff<K> diff(
  1. RulesMap<K, V> other
)

Return a rules.MapDiff representing the result of comparing the current Map to a comparison Map.

Implementation

MapDiff<K> diff(RulesMap<K, V> other);