net.openhft.function
Interface ByteByteConsumer


public interface ByteByteConsumer


Method Summary
 void accept(byte a, byte b)
           
 

Method Detail

accept

void accept(byte a,
            byte b)