net.openhft.function
Interface ByteShortConsumer


public interface ByteShortConsumer


Method Summary
 void accept(byte a, short b)
           
 

Method Detail

accept

void accept(byte a,
            short b)