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

Type Parameters:
T - value type

public interface IBinaryPredicate<T>

Author:
christoph_pickl@users.sourceforge.net

Method Summary
 boolean execute(T t1, T t2)
           
 

Method Detail

execute

boolean execute(T t1,
                T t2)


Copyright © 2008. All Rights Reserved.