JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
java.util.function
BinaryOperator
Contents
Description
Method Summary
Method Details
apply(T, T)
Hide sidebar
Show sidebar
Interface BinaryOperator<
T
>
public interface
BinaryOperator<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
apply
(
T
a,
T
b)
Method Details
apply
T
apply
(
T
a,
T
b)