Creates an event processor that converts events incoming from OnEvent sender with the given converter
function, and does not share the outgoing events supply.
Type Parameters
TEvent extends any[]
Incoming events type.
TResult
Outgoing events type.
Parameters
convert: ((this, ...event) => TResult)
A converter function that accepts incoming event as parameters and returns outgoing event value.
Creates an event processor that converts events incoming from OnEvent sender with the given converter function, and does not share the outgoing events supply.