org.jcon.data
Interface UnaryFunction


public interface UnaryFunction

Reverse-engineered (with all due respect) from ObjectSpace's JGL - since I doubt this is their crown jewel :-)

Author:
Paul Reavis

Method Summary
 java.lang.Object execute(java.lang.Object victim)
           
 

Method Detail

execute

java.lang.Object execute(java.lang.Object victim)