org.jcon.data
Interface BinaryFunction


public interface BinaryFunction

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


Method Summary
 java.lang.Object execute(java.lang.Object a, java.lang.Object b)
           
 

Method Detail

execute

java.lang.Object execute(java.lang.Object a,
                         java.lang.Object b)