Class PairPredicate<T1,T2>
java.lang.Object
org.eclipse.collections.impl.block.predicate.PairPredicate<T1,T2>
- All Implemented Interfaces:
Serializable, BiPredicate<T1,T2>, Predicate<Pair<T1, T2>>, Predicate<Pair<T1, T2>>, Predicate2<T1, T2>
public abstract class PairPredicate<T1,T2>
extends Object
implements Predicate<Pair<T1,T2>>, Predicate2<T1,T2>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiPredicate
and, orMethods inherited from interface Predicate2
accept, test