| Constructor and Description |
|---|
RightWith(Predicate<? super Right> delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
satisfiedBy(Pair<?,? extends Right> testedInstance)
Returns whether the given instance satisfies this predicate.
|
public boolean satisfiedBy(Pair<?,? extends Right> testedInstance)
PredicatesatisfiedBy in interface Predicate<Pair<?,? extends Right>>testedInstance - The instance to test.