Liking cljdoc? Tell your friends :D
Clojure only.

jdk.util.function.ObjLongConsumer

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

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

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

This is a functional interface
whose functional method is accept(Object, long).
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 - long

Performs this operation on the given arguments.

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

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

× close