filter

fun filter(filter: Bson?): FindFlow<T>

Sets the query filter to apply to the query.

Return

this

Parameters

filter

the filter.

See also