@FunctionalInterfacepublic interfaceIntBinaryOperator
int-valued operands and producing anint-valued result. This is the primitive type specialization ofBinaryOperator forint.This is afunctional interface whose functional method isapplyAsInt(int, int).
BinaryOperator,IntUnaryOperator| Modifier and Type | Method | Description |
|---|---|---|
int | applyAsInt(int left, int right) | Applies this operator to the given operands. |