E - the type of the exceptionpublic interface ThrowableLongPredicate<E extends java.lang.Throwable>
long-valued predicate (function with boolean type result).LongPredicate| Modifier and Type | Method and Description |
|---|---|
boolean |
test(long value)
Tests the value for satisfying predicate.
|