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.
Rest
...event: TEventNew event processor.
Generated using TypeDoc
Creates an event processor that sends the values of incoming events.
Events are valued by provided
value
function. Thenull
,undefined
, andfalse
values are dropped.