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).
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close