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

Method not

output/java_guava/1.4.19/Predicates.java:95–97  ·  view source on GitHub ↗

Returns a predicate that evaluates to true if the given predicate evaluates to false.

(Predicate<T> predicate)

Source from the content-addressed store, hash-verified

93
94
95 public static <T> Predicate<T> not(Predicate<T> predicate) {
96 return new NotPredicate<T>(predicate);
97 }
98
99 /**
100 * Returns a predicate that evaluates to {@code true} if each of its components evaluates to

Callers 15

retainAllMethod · 0.95
differenceMethod · 0.95
filterUpperBoundsMethod · 0.95
retainAllMethod · 0.45
retainAllMethod · 0.45
retainAllMethod · 0.45
retainAllMethod · 0.45
retainAllMethod · 0.45
retainAllMethod · 0.45
retainAllMethod · 0.45
retainAllMethod · 0.45
retainAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected