com.koloboke.function
Interface ShortToCharFunction


public interface ShortToCharFunction

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

See Also:
Function

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

Method Detail

applyAsChar

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

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