@FunctionalInterface public interface IIntToFloatFunction extends Serializable
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–2017 Philip Helger. All rights reserved.