rx-datatable API
Home
Manual
GitHub
Preparing search index...
mapMap
Function mapMap
mapMap
<
K
,
V
,
R
>
(
map
:
IMapSource
<
K
,
V
>
,
mapper
:
(
k
:
K
,
v
:
V
,
index
:
number
)
=>
R
,
)
:
R
[]
Converts each key-value pair of a map to an element of an output array, like Array.map.
Type Parameters
K
V
R
Parameters
map
:
IMapSource
<
K
,
V
>
mapper
:
(
k
:
K
,
v
:
V
,
index
:
number
)
=>
R
Returns
R
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Home
Manual
GitHub
rx-datatable API
Loading...
Converts each key-value pair of a map to an element of an output array, like Array.map.