net.openhft.function
Interface BiConsumer<T,U>


public interface BiConsumer<T,U>


Method Summary
 void accept(T t, U u)
           
 

Method Detail

accept

void accept(T t,
            U u)