Incoming events type.
Outgoing events type.
A converter function that accepts incoming event as parameters and returns outgoing event value.
Rest
...event: TEventNew event mapper.
Creates an event processor that converts events incoming from OnEvent sender with the given converter function and fallback, and does not share the outgoing events supply.
Incoming events type.
Outgoing events type.
A converter function that accepts incoming event as parameters and returns outgoing event value.
Rest
...event: TEventA function creating a fallback of outgoing event.
New event mapper.
Generated using TypeDoc
Creates an event processor that converts events incoming from OnEvent sender with the given converter function, and does not share the outgoing events supply.