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