mapList

fun mapList(from: List<FROM>): List<TO>

Map each element in from to an instance of TO.

Return

from mapped to a list of instances of TO.

Parameters

from

the source values.