net.openhft.function
Interface ObjIntConsumer<T>


public interface ObjIntConsumer<T>


Method Summary
 void accept(T a, int b)
           
 

Method Detail

accept

void accept(T a,
            int b)