net.sourceforge.jpotpourri.fprog.predsfuncs
Interface INaryPredicate<T>

Type Parameters:
T - value type

public interface INaryPredicate<T>

Author:
christoph_pickl@users.sourceforge.net

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

Method Detail

execute

boolean execute(T... t)

execute

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


Copyright © 2008. All Rights Reserved.