common
Interface UnaryFunction


public interface UnaryFunction

The interface of a unary function, useful for anonymous classes used as Lambda operators.


Method Summary
 java.lang.Object evaluate(java.lang.Object x)
           
 

Method Detail

evaluate

java.lang.Object evaluate(java.lang.Object x)