implicit final class AggregationCursorExtensions extends AnyVal
Aggregation Cursor Extensions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AggregationCursorExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AggregationCursorExtensions(cursor: AggregationCursor)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cursor: AggregationCursor
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toArrayFuture[T <: Any]: Future[Array[T]]
Returns an array of documents.
Returns an array of documents. The caller is responsible for making sure that there is enough memory to store the results. Note that the array only contain partial results when this cursor had been previouly accessed. In that case, cursor.rewind() can be used to reset the cursor.
- Annotations
- @inline()
-
def
toString(): String
- Definition Classes
- Any