toggle menu
EzXHelper
androidJvm
switch theme
search in API
EzXHelper
/
com.github.kyuubiran.ezxhelper.finders.base
/
BaseFinder
/
mapToMutableList
map
To
Mutable
List
fun
<
R
>
mapToMutableList
(
transform
:
(
T
)
->
R
)
:
List
<
R
>
Map to the mutable list.
Return
MutableList
the mutable list
Parameters
transform
the transform action