Collection of signal handler return values
Did the last response provided trigger a short circuit of the stack?
| Return type: | bool |
|---|
Mark the collection as stopped (or its opposite)
| Parameters: | bool – |
|---|---|
| Return type: | ResponseCollection |
Convenient access to the first handler return value.
| Return type: | mixed The first handler return value |
|---|
Convenient access to the last handler return value.
If the collection is empty, returns null. Otherwise, returns value returned by last handler.
| Return type: | mixed The last handler return value |
|---|
Check if any of the responses match the given value.
| Parameters: | mixed – The value to look for among responses |
|---|---|
| Return type: | bool |