Returns the result of cursor as a JSON array.
Returns the result of cursor as a JSON array.
Maximum number of documents to be retrieved
(Since version 0.11.10) Use .enumerator from Play Iteratees module
(Since version 0.11.10) Use .bulkEnumerator from the Play Iteratees module
(Since version 0.11.10) Use .responseEnumerator from the Play Iteratees module
(Since version 0.11.10) Use the Play Iteratees module
(Since version 0.12-RC1) Use collect with an Cursor.ErrorHandler.
(Since version 0.10.0) consider using collect[List] instead