@azerum/ts-csp
Preparing search index...
mapWritableChannel
Function mapWritableChannel
mapWritableChannel
<
T
extends
NotUndefined
,
R
extends
NotUndefined
>
(
channel
:
WritableChannel
<
R
>
,
fn
:
(
value
:
T
)
=>
R
,
)
:
WritableChannel
<
T
>
Applies function to values before they are written into the channel
Type Parameters
T
extends
NotUndefined
R
extends
NotUndefined
Parameters
channel
:
WritableChannel
<
R
>
fn
:
(
value
:
T
)
=>
R
Returns
WritableChannel
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@azerum/ts-csp
Loading...
Applies function to values before they are written into the channel