Liking cljdoc? Tell your friends :D
Clojure only.

jdk.util.function.ObjIntConsumer

Represents an operation that accepts an object-valued and a int-valued argument, and returns no result. This is the (reference, int) specialization of BiConsumer. Unlike most other functional interfaces, ObjIntConsumer is expected to operate via side-effects.

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

Represents an operation that accepts an object-valued and a
int-valued argument, and returns no result.  This is the
(reference, int) specialization of BiConsumer.
Unlike most other functional interfaces, ObjIntConsumer is
expected to operate via side-effects.

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

acceptclj

(accept this t value)

Performs this operation on the given arguments.

t - the first input argument - T value - the second input argument - int

Performs this operation on the given arguments.

t - the first input argument - `T`
value - the second input argument - `int`
raw docstring

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

× close