observavir - v2.3.0
Preparing search index...
mapAsyncValue
Function mapAsyncValue
mapAsyncValue
<
const
OriginalValue
,
const
MappedValue
>
(
asyncValue
:
AsyncValue
<
OriginalValue
>
,
mapper
:
(
value
:
NoInfer
<
OriginalValue
>
)
=>
MappedValue
,
)
:
AsyncValue
<
MappedValue
>
Maps an async value to a new async value.
Type Parameters
const
OriginalValue
const
MappedValue
Parameters
asyncValue
:
AsyncValue
<
OriginalValue
>
mapper
:
(
value
:
NoInfer
<
OriginalValue
>
)
=>
MappedValue
Returns
AsyncValue
<
MappedValue
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
observavir - v2.3.0
Loading...
Maps an async value to a new async value.