net.openhft.function
Interface DoubleObjPredicate<U>


public interface DoubleObjPredicate<U>


Method Summary
 boolean test(double a, U b)
           
 

Method Detail

test

boolean test(double a,
             U b)