net.openhft.function
Interface ObjShortConsumer<T>


public interface ObjShortConsumer<T>


Method Summary
 void accept(T a, short b)
           
 

Method Detail

accept

void accept(T a,
            short b)