OptionPropagateShortcutAsync<T> extension
Provides the ~
shortcut for asynchronous functions that return Option to
allow propagating unwrapped None values up the call stack.
Operators
-
operator ~(
) → Future< Option< T> > -
Available on Future<
Executes the prefixed async function, propagating any unwrapped None() values to the return value of the function.Option< Function(), provided by the OptionPropagateShortcutAsync extensionT> >