GNU Trove

gnu.trove.function
Interface TCharFunction


public interface TCharFunction

Interface for functions that accept and return one char primitive.


Method Summary
 char execute(char value)
          Execute this function with value
 

Method Detail

execute

char execute(char value)
Execute this function with value

Parameters:
value - a char input
Returns:
a char result

GNU Trove