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

filter

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

Sets the query filter to apply to the query.

Parameters

filter - the filter, which may be null

Return
this