kmongo / kotlin.collections / useCursor

useCursor

fun <T, R> MongoIterable<T>.useCursor(block: (Iterable<T>) -> R): R