Calls a pass in this chain with each event received from the given sender.
An event type. This is a tuple of argument types of the next pass.
A pass to call.
Rest
...event: TEventA sender of events to pass down the chain.
Calls a pass in this chain with the given argument.
When this is called for the last pass, the final result would be arg
.
A pass to call.
Single argument for the call.
Generated using TypeDoc
Calls a pass in this chain with the given arguments.
When this is called for the last pass, the final result would be an
args
tuple.