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

Method apply

output/java_guava/1.4.17/Predicates.java:382–385  ·  view source on GitHub ↗
(@Nullable T t)

Source from the content-addressed store, hash-verified

380 }
381
382 @Override
383 public boolean apply(@Nullable T t) {
384 return !predicate.apply(t);
385 }
386
387 @Override
388 public int hashCode() {

Callers

nothing calls this directly

Calls 1

applyMethod · 0.65

Tested by

no test coverage detected