mongodb-driver-kotlin-coroutine
5.2.0
jvm
mongodb-driver-kotlin-coroutine
/
com.mongodb.kotlin.client.coroutine
/
DistinctFlow
/
filter
filter
fun
filter
(
filter
:
Bson
?
)
:
DistinctFlow
<
T
>
Sets the query filter to apply to the query.
Return
this
Parameters
filter
the filter, which may be null.
See also
Filter results