| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DoublePredicate |
DoublePredicate.and(DoublePredicate other) |
static DoublePredicate |
DoublePredicate.between(double minValue,
double maxValue) |
static DoublePredicate |
DoublePredicate.equal(double targetDouble) |
static DoublePredicate |
DoublePredicate.greaterEqual(double targetDouble) |
static DoublePredicate |
DoublePredicate.greaterThan(double targetDouble) |
static DoublePredicate |
DoublePredicate.lessEqual(double targetDouble) |
static DoublePredicate |
DoublePredicate.lessThan(double targetDouble) |
default DoublePredicate |
DoublePredicate.negate() |
static DoublePredicate |
DoublePredicate.notEqual(double targetDouble) |
static DoublePredicate |
DoublePredicate.of(DoublePredicate predicate)
Returns the specified instance
|
default DoublePredicate |
DoublePredicate.or(DoublePredicate other) |
| Modifier and Type | Method and Description |
|---|---|
static DoublePredicate |
DoublePredicate.of(DoublePredicate predicate)
Returns the specified instance
|
Copyright © 2021. All rights reserved.