net.openhft.function
Interface DoubleIntConsumer


public interface DoubleIntConsumer


Method Summary
 void accept(double a, int b)
           
 

Method Detail

accept

void accept(double a,
            int b)