public interface DoubleBiPredicate extends Throwables.DoubleBiPredicate<RuntimeException>
| Modifier and Type | Field and Description |
|---|---|
static DoubleBiPredicate |
ALWAYS_FALSE |
static DoubleBiPredicate |
ALWAYS_TRUE |
static DoubleBiPredicate |
EQUAL |
static DoubleBiPredicate |
GREATER_EQUAL |
static DoubleBiPredicate |
GREATER_THAN |
static DoubleBiPredicate |
LESS_EQUAL |
static DoubleBiPredicate |
LESS_THAN |
static DoubleBiPredicate |
NOT_EQUAL |
| Modifier and Type | Method and Description |
|---|---|
default DoubleBiPredicate |
and(DoubleBiPredicate other) |
default DoubleBiPredicate |
negate() |
default DoubleBiPredicate |
or(DoubleBiPredicate other) |
boolean |
test(double t,
double u) |
static final DoubleBiPredicate ALWAYS_TRUE
static final DoubleBiPredicate ALWAYS_FALSE
static final DoubleBiPredicate EQUAL
static final DoubleBiPredicate NOT_EQUAL
static final DoubleBiPredicate GREATER_THAN
static final DoubleBiPredicate GREATER_EQUAL
static final DoubleBiPredicate LESS_THAN
static final DoubleBiPredicate LESS_EQUAL
boolean test(double t,
double u)
test in interface Throwables.DoubleBiPredicate<RuntimeException>default DoubleBiPredicate negate()
default DoubleBiPredicate and(DoubleBiPredicate other)
default DoubleBiPredicate or(DoubleBiPredicate other)
Copyright © 2021. All rights reserved.