public interface BiConsumer<T,U>
java.util.function.BiConsumer
void
accept(T t, U u)
void accept(T t, U u)