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