| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static LongPredicate |
Fn.FnL.notNegative() |
static LongPredicate |
Fn.FnL.p(LongPredicate p) |
static LongPredicate |
Fn.FnL.positve() |
| Modifier and Type | Method and Description |
|---|---|
static LongPredicate |
Fn.FnL.p(LongPredicate p) |
| Modifier and Type | Field and Description |
|---|---|
static LongPredicate |
LongPredicate.ALWAYS_FALSE |
static LongPredicate |
LongPredicate.ALWAYS_TRUE |
static LongPredicate |
LongPredicate.IS_NEGATIVE |
static LongPredicate |
LongPredicate.IS_POSITIVE |
static LongPredicate |
LongPredicate.IS_ZERO |
static LongPredicate |
LongPredicate.NOT_NEGATIVE |
static LongPredicate |
LongPredicate.NOT_POSITIVE |
static LongPredicate |
LongPredicate.NOT_ZERO |
| Modifier and Type | Method and Description |
|---|---|
default LongPredicate |
LongPredicate.and(LongPredicate other) |
static LongPredicate |
LongPredicate.between(long minValue,
long maxValue) |
static LongPredicate |
LongPredicate.equal(long targetLong) |
static LongPredicate |
LongPredicate.greaterEqual(long targetLong) |
static LongPredicate |
LongPredicate.greaterThan(long targetLong) |
static LongPredicate |
LongPredicate.lessEqual(long targetLong) |
static LongPredicate |
LongPredicate.lessThan(long targetLong) |
default LongPredicate |
LongPredicate.negate() |
static LongPredicate |
LongPredicate.notEqual(long targetLong) |
static LongPredicate |
LongPredicate.of(LongPredicate predicate)
Returns the specified instance
|
default LongPredicate |
LongPredicate.or(LongPredicate other) |
| Modifier and Type | Method and Description |
|---|---|
static LongPredicate |
LongPredicate.of(LongPredicate predicate)
Returns the specified instance
|
Copyright © 2021. All rights reserved.