net.openhft.function
Interface DoubleConsumer


public interface DoubleConsumer


Method Summary
 void accept(double value)
           
 

Method Detail

accept

void accept(double value)