kmongo / org.litote.kmongo.reactivestreams / com.mongodb.reactivestreams.client.DistinctPublisher

Extensions for com.mongodb.reactivestreams.client.DistinctPublisher

filter

Sets the query filter to apply to the query.

fun <T> DistinctPublisher<T>.filter(filter: String): DistinctPublisher<T>