@FunctionalInterface public interface Predicate2<T1,T2> extends BiPredicate<T1,T2>, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T1 argument1,
T2 argument2) |
default boolean |
test(T1 t1,
T2 t2) |
and, negate, orCopyright © 2004–2017. All rights reserved.