kmongo / org.litote.kmongo.coroutine / CoroutineFindPublisher / filter

filter

fun filter(filter: Bson): CoroutineFindPublisher<T> (source)

Sets the query filter to apply to the query.

Parameters

filter - the filter.

Return
this

Mongodb
.driver.manual reference/method/db.collection.find/ Filter