mapToMutableList

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

Map to the mutable list.

Return

MutableList the mutable list

Parameters

transform

the transform action