T - parameter type of the two arguments, and return type, of this
binary operator@FunctionalInterface public interface ThrowingBinaryOperator<T> extends BinaryOperator<T>
BinaryOperator| Modifier and Type | Method and Description |
|---|---|
default T |
apply(T t,
T u) |
T |
doApply(T t,
T u) |
maxBy, minByandThen