net.openhft.function
Interface IntShortConsumer


public interface IntShortConsumer


Method Summary
 void accept(int a, short b)
           
 

Method Detail

accept

void accept(int a,
            short b)