net.openhft.function
Interface ObjLongPredicate<T>


public interface ObjLongPredicate<T>


Method Summary
 boolean test(T a, long b)
           
 

Method Detail

test

boolean test(T a,
             long b)