ResultFutureUnwrap<T, E> extension
Provides call
functionality to Future values that complete with a Result
type value.
Methods
-
call()
→ Future<T>
-
Available on Future<Result<T, E>>,
provided by the ResultFutureUnwrap extension
Allows calling a Future<Result<T, E>>
value like a function, transforming
it into a Future that unwraps the returned Result
value.