@FunctionalInterface public interface IIntToFloatFunction
int-to-float primitive
specialization for Function.
This is a functional interface whose functional method is
applyAsFloat(int).
Function| Modifier and Type | Method and Description |
|---|---|
float |
applyAsFloat(int value)
Applies this function to the given argument.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.