kmongo / org.litote.kmongo / com.mongodb.client.MapReduceIterable / filter

filter

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

Sets the query filter to apply to the query.

Parameters

filter - the filter to apply to the query

Return
this