dialog/result library

Classes

Failure<T>
Creates the Result object with error and stackTrace containing error object and stackTrace object respectively.
ProgressDialogResult<T>
This class is used to wrap the result of asynchronous operations shown in progress dialogs. It can either be a Success containing the operation's result value, or a Failure containing error details if the operation failed.
Success<T>
Creates the Result object with value containing some value.