@FunctionalInterface public interface ThrowingIntPredicate extends IntPredicate
IntPredicate| Modifier and Type | Method and Description |
|---|---|
boolean |
doTest(int value) |
default boolean |
test(int value) |
and, negate, ordefault boolean test(int value)
test in interface IntPredicate