Liking cljdoc? Tell your friends :D
Clojure only.

jdk.util.function.ToIntBiFunction

Represents a function that accepts two arguments and produces an int-valued result. This is the int-producing primitive specialization for BiFunction.

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

Represents a function that accepts two arguments and produces an int-valued
result.  This is the int-producing primitive specialization for
BiFunction.

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

apply-as-intclj

(apply-as-int this t u)

Applies this function to the given arguments.

t - the first function argument - T u - the second function argument - U

returns: the function result - int

Applies this function to the given arguments.

t - the first function argument - `T`
u - the second function argument - `U`

returns: the function result - `int`
raw docstring

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

× close