net.openhft.function
Interface ShortLongConsumer


public interface ShortLongConsumer


Method Summary
 void accept(short a, long b)
           
 

Method Detail

accept

void accept(short a,
            long b)