net.openhft.function
Interface DoubleCharConsumer


public interface DoubleCharConsumer


Method Summary
 void accept(double a, char b)
           
 

Method Detail

accept

void accept(double a,
            char b)