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

Type Parameters:
R - return type
T - value type

public interface INaryFunction<R,T>

Author:
christoph_pickl@users.sourceforge.net

Method Summary
 R execute(java.util.List<T> t)
           
 R execute(T... t)
           
 

Method Detail

execute

R execute(T... t)

execute

R execute(java.util.List<T> t)


Copyright © 2008. All Rights Reserved.