E - the type of the exceptionpublic interface ThrowableIntPredicate<E extends java.lang.Throwable>
int-valued predicate (function with boolean type result).IntPredicate| Modifier and Type | Method and Description |
|---|---|
boolean |
test(int value)
Tests the value for satisfying predicate.
|