@Override
 public ImmutableMap<K, V> reject(Predicate2<? super K, ? super V> predicate) {
   return this.filter(Predicates2.not(predicate));
 }