Liking cljdoc? Tell your friends :D

murmeli.impl.cursor


->reducibleclj

(->reducible iterable)

Produce a reducible (IReduceInit) from a MongoIterable.

Guarantees that any cursors are closed after reducing.

Produce a _reducible_ ([IReduceInit](https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/IReduceInit.java))
from a [MongoIterable](https://mongodb.github.io/mongo-java-driver/5.3/apidocs/mongodb-driver-sync/com/mongodb/client/MongoIterable.html).

Guarantees that any cursors are closed after reducing.
sourceraw docstring

->reducible-csclj

(->reducible-cs iterable)

Like ->reducible, but for ChangeStreamIterables.

Like `->reducible`, but for `ChangeStreamIterable`s.
sourceraw docstring

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

× close