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