mapToList

fun <R> mapToList(transform: (T) -> R): List<R>

Map to the list.

Return

List the list

Parameters

transform

the transform action