public interface LongPredicate extends Throwables.LongPredicate<RuntimeException>
| Modifier and Type | Field and Description |
|---|---|
static LongPredicate |
ALWAYS_FALSE |
static LongPredicate |
ALWAYS_TRUE |
static LongPredicate |
IS_NEGATIVE |
static LongPredicate |
IS_POSITIVE |
static LongPredicate |
IS_ZERO |
static LongPredicate |
NOT_NEGATIVE |
static LongPredicate |
NOT_POSITIVE |
static LongPredicate |
NOT_ZERO |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(long value) |
static final LongPredicate ALWAYS_TRUE
static final LongPredicate ALWAYS_FALSE
static final LongPredicate IS_ZERO
static final LongPredicate NOT_ZERO
static final LongPredicate IS_POSITIVE
static final LongPredicate NOT_POSITIVE
static final LongPredicate IS_NEGATIVE
static final LongPredicate NOT_NEGATIVE
boolean test(long value)
test in interface Throwables.LongPredicate<RuntimeException>Copyright © 2021. All rights reserved.