kmongo / kotlin.collections / com.mongodb.client.MongoIterable / filterNot

filterNot

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

Returns a list containing all elements not matching the given predicate.