Creates an event processor that sends the values of incoming events, and does not share the outgoing events supply.
Incoming event type.
Event value type.
Event value detector function. Accepts incoming event as parameters and returns either its value, or false/null/undefined to ignore it.
false
null
undefined
Rest
New event processor.
Generated using TypeDoc
Creates an event processor that sends the values of incoming events, and does not share the outgoing events supply.