T - the type of the input to the functionE - the type of the exceptionpublic interface ThrowablePredicate<T,E extends java.lang.Throwable>
Predicate| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T value)
Tests the value for satisfying predicate.
|