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