net.openhft.function
Interface IntByteConsumer


public interface IntByteConsumer


Method Summary
 void accept(int a, byte b)
           
 

Method Detail

accept

void accept(int a,
            byte b)