net.openhft.function
Interface IntIntPredicate


public interface IntIntPredicate


Method Summary
 boolean test(int a, int b)
           
 

Method Detail

test

boolean test(int a,
             int b)