AsyncResult<S, E extends AppException> typedef
Type alias for asynchronous Result operations
Useful when working with methods that return a Future
Implementation
typedef AsyncResult<S, E extends AppException> = Future<Result<S, E>>;