OptionUnwrapAsyncX<T extends Object> extension

Async methods related to unwrap for Option

on

Methods

unwrapOrElseAsync(FutureOr<T> op()) Future<T>
Returns the contained value or asynchronously computes it from a closure.