com.koloboke.function
Interface CharShortToShortFunction


public interface CharShortToShortFunction

Represents a function that accepts a char-valued and a short-valued argument and produces a short-valued result. This is the (char, short, short) specialization of BiFunction.

See Also:
BiFunction

Method Summary
 short applyAsShort(char a, short b)
          Applies this function to the given arguments.
 

Method Detail

applyAsShort

short applyAsShort(char a,
                   short b)
Applies this function to the given arguments.

Parameters:
a - the first function argument
b - the second function argument
Returns:
the function result