OptionFutureUnwrap<T> extension

Provides call functionality to Future values that complete with an Option type value.

on

Methods

call() Future<T>

Available on Future<Option<T>>, provided by the OptionFutureUnwrap extension

Allows calling a Future<Option<T>> value like a function, transforming it into a Future that unwraps the returned Option value.