public interface DoubleTriPredicate extends Try.DoubleTriPredicate<java.lang.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 Try.DoubleTriPredicate<java.lang.RuntimeException>
default DoubleTriPredicate negate()
default DoubleTriPredicate and(DoubleTriPredicate other)
default DoubleTriPredicate or(DoubleTriPredicate other)