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

toMutableList

fun <T> MongoIterable<T>.toMutableList(): MutableList<T> (source)

Returns a MutableList filled with all elements of this collection.