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

Method not

corpus/java/training/guava/base/Predicates.java:89–91  ·  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

87 * {@code false}.
88 */
89 public static <T> Predicate<T> not(Predicate<T> predicate) {
90 return new NotPredicate<T>(predicate);
91 }
92
93 /**
94 * 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