net.openhft.function
Interface DoubleFloatPredicate


public interface DoubleFloatPredicate


Method Summary
 boolean test(double a, float b)
           
 

Method Detail

test

boolean test(double a,
             float b)