R
- the type of the result of the function@FunctionalInterface public interface FloatFunction<R>
float
-valued argument and produces a
result. This is the float
-consuming primitive specialization for
Function
.Function
Modifier and Type | Method and Description |
---|---|
R |
apply(float value)
Applies this function to the given argument.
|
R apply(float value)
value
- the function argument