net.openhft.function
Interface IntDoublePredicate


public interface IntDoublePredicate


Method Summary
 boolean test(int a, double b)
           
 

Method Detail

test

boolean test(int a,
             double b)