net.openhft.function
Interface IntObjConsumer<U>


public interface IntObjConsumer<U>


Method Summary
 void accept(int a, U b)
           
 

Method Detail

accept

void accept(int a,
            U b)