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

elementAt

fun <T> MongoIterable<T>.elementAt(index: Int): T (source)

Returns an element at the given index or throws an IndexOutOfBoundsException if the index is out of bounds of this collection.