public interface FloatTriPredicate extends Throwables.FloatTriPredicate<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 Throwables.FloatTriPredicate<RuntimeException>default FloatTriPredicate negate()
default FloatTriPredicate and(FloatTriPredicate other)
default FloatTriPredicate or(FloatTriPredicate other)
Copyright © 2021. All rights reserved.