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