public interface DoubleTriPredicate extends Throwables.DoubleTriPredicate<RuntimeException>
| Modifier and Type | Field and Description |
|---|---|
static DoubleTriPredicate |
ALWAYS_FALSE |
static DoubleTriPredicate |
ALWAYS_TRUE |
| Modifier and Type | Method and Description |
|---|---|
default DoubleTriPredicate |
and(DoubleTriPredicate other) |
default DoubleTriPredicate |
negate() |
default DoubleTriPredicate |
or(DoubleTriPredicate other) |
boolean |
test(double a,
double b,
double c) |
static final DoubleTriPredicate ALWAYS_TRUE
static final DoubleTriPredicate ALWAYS_FALSE
boolean test(double a,
double b,
double c)
test in interface Throwables.DoubleTriPredicate<RuntimeException>default DoubleTriPredicate negate()
default DoubleTriPredicate and(DoubleTriPredicate other)
default DoubleTriPredicate or(DoubleTriPredicate other)
Copyright © 2021. All rights reserved.