public final class RightWith<Left,Right,T extends Pair<Left,Right>> extends java.lang.Object implements Predicate<T>
Predicate
Pair
RightWith(Predicate<Right> delegate)
boolean
satisfiedBy(T testedInstance)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RightWith(Predicate<Right> delegate)
public boolean satisfiedBy(T testedInstance)
satisfiedBy
Predicate<T extends Pair<Left,Right>>
testedInstance