Builds a next chained call of OnEventCallChain that calls the next pass with every event supplied by the given supplier.
The event supply from the given supplier will be cut off each time the call is applied.
An event type. This is a tuple of argument types of the next pass.
A supplier of events to pass down the chain.
Next call passing events from the given supplier.
supplier
Generated using TypeDoc
Builds a next chained call of OnEventCallChain that calls the next pass with every event supplied by the given supplier.
The event supply from the given supplier will be cut off each time the call is applied.