net.openhft.function
Interface ObjDoublePredicate<T>


public interface ObjDoublePredicate<T>


Method Summary
 boolean test(T a, double b)
           
 

Method Detail

test

boolean test(T a,
             double b)