Java java.util.function BinaryOperator fields, constructors, methods, implement or subclass

Example usage for Java java.util.function BinaryOperator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util.function BinaryOperator.

The text is from its open source code.

Constructor

Method

Rapply(T t, U u)
Applies this function to the given arguments.
BinaryOperatormaxBy(Comparator comparator)
Returns a BinaryOperator which returns the greater of two elements according to the specified Comparator .
BinaryOperatorminBy(Comparator comparator)
Returns a BinaryOperator which returns the lesser of two elements according to the specified Comparator .