Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
removeIf
Method · 0.65
removeIf
Method · 0.65
removeIf
Method · 0.65
forEach
Method · 0.65
forEach
Method · 0.65
removeIf
Method · 0.65
removeIf
Method · 0.65
removeIf
Method · 0.65
removeIf
Method · 0.65
tryAdvance
Method · 0.65
testDoublerExhaustive
Method · 0.65
testFilterUsingIteratorTester
Method · 0.65
Implementers
2
Range
guava/src/com/google/common/collect/Ra
BloomFilter
guava/src/com/google/common/hash/Bloom
Calls
no outgoing calls
Tested by
15
testDoublerExhaustive
Method · 0.52
testFilterUsingIteratorTester
Method · 0.52
testCycleUsingIteratorTester
Method · 0.52
testConcatNoIteratorsYieldsEmpty
Method · 0.52
testConcatOneEmptyIteratorYieldsEmpty
Method · 0.52
testConcatMultipleEmptyIteratorsYieldsEmpty
Method · 0.52
testConcatSingletonYieldsSingleton
Method · 0.52
testConcatEmptyAndSingletonAndEmptyYieldsSingleton
Method · 0.52
testConcatSingletonAndSingletonYieldsDoubleton
Method · 0.52
testConcatSingletonAndSingletonWithEmptiesYieldsDoubleton
Method · 0.52
testConcatUnmodifiable
Method · 0.52
testPartition_general
Method · 0.52