net.openhft.function
Interface BiPredicate<T,U>


public interface BiPredicate<T,U>


Method Summary
 boolean test(T t, U u)
           
 

Method Detail

test

boolean test(T t,
             U u)