transferum
Preparing search index...
MapOperator
Class MapOperator<TInput, TOutput>
Transform operator — applies a mapper function to input data.
Type Parameters
TInput
TOutput
Implements
OperatorInterface
<
TInput
,
TOutput
>
Index
Constructors
constructor
Methods
apply
Constructors
constructor
new
MapOperator
<
TInput
,
TOutput
>
(
mapper
:
(
data
:
TInput
)
=>
TOutput
,
)
:
MapOperator
<
TInput
,
TOutput
>
Type Parameters
TInput
TOutput
Parameters
mapper
:
(
data
:
TInput
)
=>
TOutput
Returns
MapOperator
<
TInput
,
TOutput
>
Methods
apply
apply
(
data
:
TInput
)
:
TOutput
Parameters
data
:
TInput
Returns
TOutput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
apply
transferum
Loading...
Transform operator — applies a mapper function to input data.