A utility class that carries an operation result of any type along with executable after actions that should be performed at a later time.
the result of an operation
the lambdas that should be executed at some later time. Defaults to an empty array.
The result of an operations.
Executes all the after action lambdas.
Generated using TypeDoc
A utility class that carries an operation result of any type along with executable after actions that should be performed at a later time.