net.openhft.function
Interface LongShortConsumer


public interface LongShortConsumer


Method Summary
 void accept(long a, short b)
           
 

Method Detail

accept

void accept(long a,
            short b)