kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.collections
/
replaceAll
replace
All
Native
fun
<
T
>
MutableList
<
T
>
.
replaceAll
(
transformation
:
(
T
)
->
T
)
Replaces each element in the list with a result of a transformation specified.