net.openhft.function
Interface FloatDoublePredicate


public interface FloatDoublePredicate


Method Summary
 boolean test(float a, double b)
           
 

Method Detail

test

boolean test(float a,
             double b)