| 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 |
Copyright © 2021. All rights reserved.