BinaryOperator
@FunctionalInterface @Deprecated public interface BinaryOperator<T> extends BiFunction<T,T,T>, BinaryOperator<T>
maxBy, minBy
andThen, apply