net.openhft.function
Interface ObjIntPredicate<T>


public interface ObjIntPredicate<T>


Method Summary
 boolean test(T a, int b)
           
 

Method Detail

test

boolean test(T a,
             int b)