T - The type of the evaluated subjectEX - The throwable type that evaluate(Object) may throwpublic interface PredicateWhichThrows<T,EX extends java.lang.Throwable>
T fulfils a particular condition.
PredicateWhichThrows<subject-type, thrown-exception>, but always
PredicateWhichThrows<? super subject-type, ? extends thrown-exception>.
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(T subject) |