net.openhft.function
Interface ByteIntConsumer


public interface ByteIntConsumer


Method Summary
 void accept(byte a, int b)
           
 

Method Detail

accept

void accept(byte a,
            int b)