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