Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
mapFind
Function mapFind
map
Find
<
T
,
R
>
(
array
,
mapFn
)
:
R
|
undefined
Returns the first mapped value of the array which is not undefined.
Type Parameters
T
R
Parameters
array
:
Iterable
<
T
>
mapFn
:
(
(
value
)
=>
undefined
|
R
)
(
value
)
:
undefined
|
R
Parameters
value
:
T
Returns
undefined
|
R
Returns
R
|
undefined
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Theia TypeDoc
Loading...
Returns the first mapped value of the array which is not undefined.