csli.util.interfaces
Interface BinaryFn


public interface BinaryFn

Author:
mpurver

Method Summary
 Object compute(Object o1, Object o2)
           
 

Method Detail

compute

Object compute(Object o1,
               Object o2)