Type Parameters:
T - the type of the operands and result of the operator
All Superinterfaces:
BiFunction<T,T,T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

  • Method Summary

    Static Methods

    Returns a BinaryOperator which returns the greater of two elements according to the specified Comparator.

    Returns a BinaryOperator which returns the lesser of two elements according to the specified Comparator.

  • Method Details

    • minBy

    • maxBy