kmongo / kotlin.collections / map

map

inline fun <T, R> MongoIterable<T>.map(crossinline transform: (T) -> R): List<R>