Interface ThrowingIntPredicate
- All Superinterfaces:
IntPredicate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Methods inherited from interface java.util.function.IntPredicate
and, negate, or
-
Method Details
-
test
default boolean test(int value) - Specified by:
testin interfaceIntPredicate
-
testThrows
- Throws:
Exception
-