Kevlar
2.0.13
common
kollections-interoperable
/
kollections
/
FunctionalCollection
/
mapWithIndex
map
With
Index
abstract
fun
<
R
>
mapWithIndex
(
transform
:
(
item
:
E
,
index
:
Int
)
->
R
)
:
List
<
R
>