T
U
R
@FunctionalInterface public interface BiFunction<T,U,R>
apply(T value1, U value2)
R apply(T value1, U value2)
value1
value2