| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static IntPredicate |
Fn.FnI.notNegative() |
static IntPredicate |
Fn.FnI.p(IntPredicate p) |
static IntPredicate |
Fn.FnI.positve() |
| Modifier and Type | Method and Description |
|---|---|
static IntPredicate |
Fn.FnI.p(IntPredicate p) |
| Modifier and Type | Field and Description |
|---|---|
static IntPredicate |
IntPredicate.ALWAYS_FALSE |
static IntPredicate |
IntPredicate.ALWAYS_TRUE |
static IntPredicate |
IntPredicate.IS_NEGATIVE |
static IntPredicate |
IntPredicate.IS_POSITIVE |
static IntPredicate |
IntPredicate.IS_ZERO |
static IntPredicate |
IntPredicate.NOT_NEGATIVE |
static IntPredicate |
IntPredicate.NOT_POSITIVE |
static IntPredicate |
IntPredicate.NOT_ZERO |
Copyright © 2021. All rights reserved.