Incoming value type. This is a list of the test function parameter types.
Required value type.
Test function accepting incoming event as its only parameter, and returning truthy value if the value implements the given type, or falsy one otherwise.
OnEvent sender mapper function.
Creates an event processor that passes incoming events matching the given condition only, and does not share the outgoing events supply.
An event type. This is a list of the test function parameter types.
Test function accepting incoming event as its parameters, and returning truthy value for matching events, or falsy one otherwise.
Rest
...event: TEventOnEvent sender mapper function.
Generated using TypeDoc
Creates an event processor that passes incoming events implementing the given type only, and does not share the outgoing events supply.