net.openhft.function
Interface LongIntPredicate


public interface LongIntPredicate


Method Summary
 boolean test(long a, int b)
           
 

Method Detail

test

boolean test(long a,
             int b)