com.koloboke.function
Interface CharToByteFunction


public interface CharToByteFunction

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

See Also:
Function

Method Summary
 byte applyAsByte(char value)
          Applies this function to the given argument.
 

Method Detail

applyAsByte

byte applyAsByte(char value)
Applies this function to the given argument.

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