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

all

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

Returns true if all elements match the given predicate.

//Unresolved: samples.collections.Collections.Aggregates.all