@FunctionalInterface public interface FloatPredicate
float-valued
argument. This is the float-consuming primitive type specialization of
Predicate.Predicate| Modifier and Type | Method and Description |
|---|---|
boolean |
test(float value)
Evaluates this predicate on the given argument.
|