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