net.openhft.function
Interface IntObjPredicate<U>


public interface IntObjPredicate<U>


Method Summary
 boolean test(int a, U b)
           
 

Method Detail

test

boolean test(int a,
             U b)