@FunctionalInterface public interface FloatFloatPredicate
float
-valued arguments.
This is the (float,
float)
specialization
of BiPredicate
.BiPredicate
Modifier and Type | Method and Description |
---|---|
boolean |
test(float a,
float b)
Evaluates this predicate on the given arguments.
|