kmongo / kotlin.collections / elementAtOrNull

elementAtOrNull

fun <T> MongoIterable<T>.elementAtOrNull(index: Int): T?