net.openhft.function
Interface CharDoubleConsumer


public interface CharDoubleConsumer


Method Summary
 void accept(char a, double b)
           
 

Method Detail

accept

void accept(char a,
            double b)