net.openhft.function
Interface IntLongConsumer


public interface IntLongConsumer


Method Summary
 void accept(int a, long b)
           
 

Method Detail

accept

void accept(int a,
            long b)