T - the type of the input to the function@FunctionalInterface public interface ToFloatFunction<T>
float-valued result. This is the
float-producing primitive specialization for Function.Function| Modifier and Type | Method and Description |
|---|---|
float |
applyAsFloat(T value)
Applies this function to the given argument.
|
float applyAsFloat(T value)
value - the function argument