@FunctionalInterface public interface ThrowingLongPredicate extends LongPredicate
LongPredicate| Modifier and Type | Method and Description |
|---|---|
boolean |
doTest(long value) |
default boolean |
test(long value) |
and, negate, ordefault boolean test(long value)
test in interface LongPredicate