@FunctionalInterface public interface FloatToIntFunction
float
-valued argument and produces an
int
-valued result. This is the float
-to-int
primitive
specialization for Function
.Function
Modifier and Type | Method and Description |
---|---|
int |
applyAsInt(float value)
Applies this function to the given argument.
|