com.koloboke.function
Interface FloatToCharFunction


public interface FloatToCharFunction

Represents a function that accepts a float-valued argument and produces a char-valued result. This is the float-to-char primitive specialization for Function.

See Also:
Function

Method Summary
 char applyAsChar(float value)
          Applies this function to the given argument.
 

Method Detail

applyAsChar

char applyAsChar(float value)
Applies this function to the given argument.

Parameters:
value - the function argument
Returns:
the function result