Liking cljdoc? Tell your friends :D
Clojure only.

jdk.util.function.IntBinaryOperator

Represents an operation upon two int-valued operands and producing an int-valued result. This is the primitive type specialization of BinaryOperator for int.

This is a functional interface whose functional method is applyAsInt(int, int).

Represents an operation upon two int-valued operands and producing an
int-valued result.   This is the primitive type specialization of
BinaryOperator for int.

This is a functional interface
whose functional method is applyAsInt(int, int).
raw docstring

apply-as-intclj

(apply-as-int this left right)

Applies this operator to the given operands.

left - the first operand - int right - the second operand - int

returns: the operator result - int

Applies this operator to the given operands.

left - the first operand - `int`
right - the second operand - `int`

returns: the operator result - `int`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close