MCPcopy
hub / github.com/google/guava / test

Method test

guava/src/com/google/common/base/Predicate.java:75–75  ·  view source on GitHub ↗
(@ParametricNullness T input)

Source from the content-addressed store, hash-verified

73 boolean equals(@Nullable Object obj);
74
75 @Override
76 default boolean test(@ParametricNullness T input) {
77 return apply(input);
78 }

Callers 15

removeIfMethod · 0.65
removeIfMethod · 0.65
removeIfMethod · 0.65
forEachMethod · 0.65
forEachMethod · 0.65
removeIfMethod · 0.65
removeIfMethod · 0.65
removeIfMethod · 0.65
removeIfMethod · 0.65
tryAdvanceMethod · 0.65
testDoublerExhaustiveMethod · 0.65

Implementers 2

Rangeguava/src/com/google/common/collect/Ra
BloomFilterguava/src/com/google/common/hash/Bloom

Calls

no outgoing calls