OptionPropagateShortcutAsync<T> extension

Provides the ~ shortcut for asynchronous functions that return Option to allow propagating unwrapped None values up the call stack.

See: OptionPropagateShortcutAsync.~

on

Operators

operator ~() Future<Option<T>>

Available on Future<Option<T>> Function(), provided by the OptionPropagateShortcutAsync extension

Executes the prefixed async function, propagating any unwrapped None() values to the return value of the function.