MCPcopy Create free account
hub / github.com/antlr/codebuff / valuePredicateOnEntries

Method valuePredicateOnEntries

corpus/java/training/guava/collect/Maps.java:2195–2197  ·  view source on GitHub ↗
(Predicate<? super V> valuePredicate)

Source from the content-addressed store, hash-verified

2193 }
2194
2195 static <V> Predicate<Entry<?, V>> valuePredicateOnEntries(Predicate<? super V> valuePredicate) {
2196 return compose(valuePredicate, Maps.<V>valueFunction());
2197 }
2198
2199 /**
2200 * Returns a map containing the mappings in {@code unfiltered} whose keys

Callers 11

filterValuesMethod · 0.95
removeMethod · 0.95
removeIfMethod · 0.95
removeAllMethod · 0.95
retainAllMethod · 0.95
removeAllMethod · 0.95
retainAllMethod · 0.95
removeMethod · 0.95
removeAllMethod · 0.95
retainAllMethod · 0.95
filterValuesMethod · 0.95

Calls 2

valueFunctionMethod · 0.95
composeMethod · 0.45

Tested by

no test coverage detected