T
public interface BinaryOperator<T> extends BiFunction<T,T,T>
static class
BinaryOperator.Util
apply