public final class PairWith<Left,Right,T extends Pair<Left,Right>> extends DelegatingPredicate<T>
Predicate
Pair
PairWith(Predicate<Left> leftDelegate, Predicate<Right> rightPredicate)
satisfiedBy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PairWith(Predicate<Left> leftDelegate, Predicate<Right> rightPredicate)