We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AbstractCursor.forEach()
1 parent bf000ae commit dbfb7d5Copy full SHA for dbfb7d5
src/cursor/abstract_cursor.ts
@@ -400,6 +400,8 @@ export abstract class AbstractCursor<
400
/**
401
* Iterates over all the documents for this cursor using the iterator, callback pattern.
402
*
403
+ * If the iterator returns `false`, iteration will stop.
404
+ *
405
* @param iterator - The iteration callback.
406
* @param callback - The end callback.
407
*/
0 commit comments