Example usage for Java java.util.function BinaryOperator fields, constructors, methods, implement or subclass
The text is from its open source code.
R | apply(T t, U u) Applies this function to the given arguments. |
BinaryOperator | maxBy(Comparator super T> comparator) Returns a BinaryOperator which returns the greater of two elements according to the specified Comparator . |
BinaryOperator | minBy(Comparator super T> comparator) Returns a BinaryOperator which returns the lesser of two elements according to the specified Comparator . |