net.openhft.function
Interface LongObjConsumer<U>


public interface LongObjConsumer<U>


Method Summary
 void accept(long a, U b)
           
 

Method Detail

accept

void accept(long a,
            U b)