net.openhft.function
Interface ObjDoubleConsumer<T>


public interface ObjDoubleConsumer<T>


Method Summary
 void accept(T a, double b)
           
 

Method Detail

accept

void accept(T a,
            double b)