net.openhft.function
Interface IntLongPredicate


public interface IntLongPredicate


Method Summary
 boolean test(int a, long b)
           
 

Method Detail

test

boolean test(int a,
             long b)