| Constructor and Description |
|---|
DoublePredicate() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
evaluate(double current)
Evaluates the predicate
|
boolean |
evaluate(Double arg)
Evaluates the predicate.
|
static DoublePredicate |
newEqualsPredicate(double value) |
public static DoublePredicate newEqualsPredicate(double value)
public abstract boolean evaluate(double current)
current - the current value.Copyright © 2025. All rights reserved.