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

filter

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

Sets the query filter to apply to the query.

Parameters

filter - the filter to apply to the query

Return
this