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