net.openhft.function
Interface CharByteConsumer


public interface CharByteConsumer


Method Summary
 void accept(char a, byte b)
           
 

Method Detail

accept

void accept(char a,
            byte b)