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

filter

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

Sets the query filter to apply to the query.

Parameters

filter - the filter, which may be null

Return
this