net.openhft.function
Interface Consumer<T>


public interface Consumer<T>


Method Summary
 void accept(T t)
           
 

Method Detail

accept

void accept(T t)