BiPredicate@Deprecated public interface BinaryPredicate<S,T> extends BiPredicate<S,T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(S arg1,
T arg2)
Deprecated.
|
default boolean |
test(S arg1,
T arg2)
Deprecated.
|
and, negate, orCopyright © 2011–2021 Eclipse Foundation. All rights reserved.