Interface ThrowingLongPredicate
- All Superinterfaces:
LongPredicate
- 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
Modifier and TypeMethodDescriptiondefault booleantest(long value) booleantestThrows(long value) Methods inherited from interface java.util.function.LongPredicate
and, negate, or
-
Method Details
-
test
default boolean test(long value) - Specified by:
testin interfaceLongPredicate
-
testThrows
- Throws:
Exception
-