IN1
IN2
OUT
public interface BiFunction<IN1,IN2,OUT>
apply(IN1 in1, IN2 in2)
OUT apply(IN1 in1, IN2 in2)
in1
in2