OptionFutureUnwrap<T> extension
Provides call
functionality to Future values that complete with an Option
type value.
Methods
-
call()
→ Future<T>
-
Allows calling a
Future<Option<T>>
value like a function, transforming it
into a Future that unwraps the returned Option
value.