Returns the result of the last signal handler from a signal emission.
THandler The function signature to be implemented by handlers.
Create a new collector.
The signal to emit.
Readonly
Publish the bound signal event (call all handlers) to start the collection process.
Rest
Get the result of the last signal handler.
Process the results of a handler invocation.
true to continue processing handlers.
Reset the result
Returns the result of the last signal handler from a signal emission.
Typeparam
THandler The function signature to be implemented by handlers.