IN1
IN2
public interface BiConsumer<IN1,IN2>
void
accept(IN1 in1, IN2 in2)
void accept(IN1 in1, IN2 in2)
in1
in2