mongodb-driver-kotlin-coroutine
4.11.0
jvm
mongodb-driver-kotlin-coroutine
/
com.mongodb.kotlin.client.coroutine
/
MapReduceFlow
/
filter
filter
fun
filter
(
filter
:
Bson
?
)
:
MapReduceFlow
<
T
>
Sets the query filter to apply to the query.
Return
this
Parameters
filter
the filter to apply to the query.
See also
Filter results