net.openhft.function
Interface ShortObjConsumer<U>


public interface ShortObjConsumer<U>


Method Summary
 void accept(short a, U b)
           
 

Method Detail

accept

void accept(short a,
            U b)