kmongo / kotlin.collections / filter

filter

inline fun <T> MongoIterable<T>.filter(crossinline predicate: (T) -> Boolean): List<T>