public interface DoublePredicate extends Throwables.DoublePredicate<RuntimeException>
| Modifier and Type | Field and Description |
|---|---|
static DoublePredicate |
ALWAYS_FALSE |
static DoublePredicate |
ALWAYS_TRUE |
static DoublePredicate |
IS_NEGATIVE |
static DoublePredicate |
IS_POSITIVE |
static DoublePredicate |
IS_ZERO |
static DoublePredicate |
NOT_NEGATIVE |
static DoublePredicate |
NOT_POSITIVE |
static DoublePredicate |
NOT_ZERO |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(double value) |
static final DoublePredicate ALWAYS_TRUE
static final DoublePredicate ALWAYS_FALSE
static final DoublePredicate IS_ZERO
static final DoublePredicate NOT_ZERO
static final DoublePredicate IS_POSITIVE
static final DoublePredicate NOT_POSITIVE
static final DoublePredicate IS_NEGATIVE
static final DoublePredicate NOT_NEGATIVE
boolean test(double value)
test in interface Throwables.DoublePredicate<RuntimeException>Copyright © 2021. All rights reserved.