find

inline fun <T : Any> MongoCollection<T>.find(filter: FilterBuilder<T>.() -> Bson): FindFlow<T>(source)