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

filter

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

Sets the query filter to apply to the query.

Parameters

filter - the filter, which may be null

Return
this