monger.result
Provides functions that determine if a query (or other database operation) was successful or not. Related documentation guides: * http://clojuremongodb.info/articles/inserting.html * http://clojuremongodb.info/articles/updating.html * http://clojuremongodb.info/articles/commands.html * http://clojuremongodb.info/articles/mapreduce.html
WriteResultPredicates
protocol
members
acknowledged?
(acknowledged? input)Returns true if write result is a success
updated-existing?
(updated-existing? input)Returns true if write result has updated an existing document