Package com.speedment.common.function
Interface LongToFloatFunction
-
public interface LongToFloatFunctionFunctional interface that corresponds to the method signaturefloat apply(long).- Since:
- 1.0.4
- Author:
- Emil Forslund
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatapplyAsFloat(long value)Returns thefloatvalue for the specifiedlong.
-