@FunctionalInterface public interface ToFloatFunction<T>
| Modifier and Type | Method and Description |
|---|---|
float |
applyAsFloat(T value)
Applies this function to the given argument.
|
float applyAsFloat(T value)
value - the function argumentCopyright © 2020. All rights reserved.