@FunctionalInterface public interface CheckedLongPredicate
LongPredicate that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(long value)
Evaluates this predicate on the given argument.
|