org
.
scalajs
.
nodejs
.
mongodb
.
Cursor
CursorExtensions
Related Doc:
package Cursor
implicit final
class
CursorExtensions
extends
AnyVal
Linear Supertypes
AnyVal
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
CursorExtensions
AnyVal
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
CursorExtensions
(
cursor:
Cursor
)
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
def
batchSizeFuture
(
batchSize:
Int
)
:
Future
[
Cursor
]
Annotations
@inline
()
def
closeFuture
()
:
Future
[
Cursor
]
Annotations
@inline
()
def
countFuture
(
applySkipLimit:
Boolean
)
:
Future
[
Cursor
]
Annotations
@inline
()
val
cursor
:
Cursor
def
eachFuture
[
T <:
Any
]
:
Future
[
UndefOr
[
T
]]
Annotations
@inline
()
def
explainFuture
[
T <:
Any
]
:
Future
[
T
]
Annotations
@inline
()
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
limitFuture
(
limit:
Int
)
:
Future
[
Cursor
]
Annotations
@inline
()
def
maxTimeMSFuture
(
maxTimeMS:
Int
)
:
Future
[
Cursor
]
Annotations
@inline
()
def
nextFuture
[
T <:
Any
]
:
Future
[
UndefOr
[
T
]]
Annotations
@inline
()
def
onOnce
(
callback:
Function
)
:
Cursor
Annotations
@inline
()
def
setReadPreferenceFuture
(
pref:
String
)
:
Future
[
Cursor
]
Annotations
@inline
()
def
skipFuture
(
skip:
Int
)
:
Future
[
Cursor
]
Annotations
@inline
()
def
sortFuture
(
key:
String
,
direction:
|
[
Int
,
String
]
)
:
Future
[
Cursor
]
Annotations
@inline
()
def
sortFuture
(
list:
Array
[
Any
]
)
:
Future
[
Cursor
]
Annotations
@inline
()
def
toArrayFuture
[
T <:
Any
]
:
Future
[
Array
[
T
]]
Annotations
@inline
()
def
toString
()
:
String
Definition Classes
Any
Inherited from
AnyVal
Inherited from
Any
Ungrouped