net.openhft.function
Interface IntIntConsumer


public interface IntIntConsumer


Method Summary
 void accept(int a, int b)
           
 

Method Detail

accept

void accept(int a,
            int b)