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