public final class PairWith<Left,Right> extends DelegatingPredicate<Pair<Left,Right>>
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)