public interface FloatTriPredicate extends Try.FloatTriPredicate<java.lang.RuntimeException>
Modifier and Type | Field and Description |
---|---|
static FloatTriPredicate |
ALWAYS_FALSE |
static FloatTriPredicate |
ALWAYS_TRUE |
Modifier and Type | Method and Description |
---|---|
default FloatTriPredicate |
and(FloatTriPredicate other) |
default FloatTriPredicate |
negate() |
default FloatTriPredicate |
or(FloatTriPredicate other) |
boolean |
test(float a,
float b,
float c) |
static final FloatTriPredicate ALWAYS_TRUE
static final FloatTriPredicate ALWAYS_FALSE
boolean test(float a, float b, float c)
test
in interface Try.FloatTriPredicate<java.lang.RuntimeException>
default FloatTriPredicate negate()
default FloatTriPredicate and(FloatTriPredicate other)
default FloatTriPredicate or(FloatTriPredicate other)