sindrenm
02/14/2018, 1:41 PMAndreas Sinz
02/14/2018, 2:59 PMIterable<T>.map
function that always returns List<T>
. You can use mapTo
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/map-to.htmlsindrenm
02/14/2018, 3:19 PMmapTo
is an option. I just found the base functionality strange. simple smile