net.sourceforge.jpotpourri.fprog.predsfuncs
Interface IBinaryFunction<R,T>

Type Parameters:
R - return type
T - value type

public interface IBinaryFunction<R,T>

Author:
christoph_pickl@users.sourceforge.net

Method Summary
 R execute(T t1, T t2)
           
 

Method Detail

execute

R execute(T t1,
          T t2)


Copyright © 2008. All Rights Reserved.