toggle menu
EzXHelper
androidJvm
switch theme
search in API
EzXHelper
/
com.github.kyuubiran.ezxhelper.finders.base
/
BaseFinder
/
mapToCollection
map
To
Collection
fun
<
R
,
C
:
MutableCollection
<
in
R
>
>
mapToCollection
(
destination
:
C
,
transform
:
(
T
)
->
R
)
:
C
Map to the collection.
Return
MutableCollection
the collection
Parameters
transform
the transform action