Interface LongToFloatFunction


  • public interface LongToFloatFunction
    Functional interface that corresponds to the method signature float apply(long).
    Since:
    1.0.4
    Author:
    Emil Forslund
    • Method Detail

      • applyAsFloat

        float applyAsFloat​(long value)
        Returns the float value for the specified long. This method should operate without side-effects.
        Parameters:
        value - the input long value
        Returns:
        the resulting value