net.openhft.function
Interface IntConsumer


public interface IntConsumer


Method Summary
 void accept(int value)
           
 

Method Detail

accept

void accept(int value)