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

Method valuePredicateOnEntries

output/java_guava/1.4.16/Maps.java:2248–2250  ·  view source on GitHub ↗
(Predicate<? super V> valuePredicate)

Source from the content-addressed store, hash-verified

2246
2247
2248 static <V> Predicate<Entry<?, V>> valuePredicateOnEntries(Predicate<? super V> valuePredicate) {
2249 return compose(valuePredicate, Maps.<V>valueFunction());
2250 }
2251
2252 /**
2253 * 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