T
- the type of the input to the functionE
- the type of the exception@FunctionalInterface public 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.
|