db.collection.updateMany() Definition Syntax Parameters Returns Access Control Behavior Upsert Update with an Update Operator Expressions Document Update with an Aggregation...
db.collection.bulkWrite() Definition Behavior Write Operations insertOne updateOne and updateMany replaceOne deleteOne and deleteMany _id Field Execution of Operations Capp...
.sortBy(collection, [iteratees=[.identity]]) Since Arguments Returns Example .sortBy(collection, [iteratees=[.identity]]) source npm package Creates an array of elements,...
.reject(collection, [predicate=.identity]) Since Arguments Returns Example .reject(collection, [predicate=.identity]) source npm package The opposite of _.filter ; this ...
.partition(collection, [predicate=.identity]) Since Arguments Returns Example .partition(collection, [predicate=.identity]) source npm package Creates an array of element...
.forEachRight(collection, [iteratee=.identity]) Since Aliases Arguments Returns Example .forEachRight(collection, [iteratee=.identity]) source npm package This method is...
.flatMap(collection, [iteratee=.identity]) Since Arguments Returns Example .flatMap(collection, [iteratee=.identity]) source npm package Creates a flattened array of valu...
.filter(collection, [predicate=.identity]) Since Arguments Returns Example .filter(collection, [predicate=.identity]) source npm package Iterates over elements of collect...