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

flatten

fun <T> MongoIterable<Iterable<T>>.flatten(): List<T> (source)

Returns a single list of all elements from all collections in the given collection.

//Unresolved: samples.collections.Iterables.Operations.flattenIterable