net.openhft.function
Interface LongObjPredicate<U>


public interface LongObjPredicate<U>


Method Summary
 boolean test(long a, U b)
           
 

Method Detail

test

boolean test(long a,
             U b)