Skip to main content

Module option

Module option 

Source
Expand description

Asynchronous mapping adapters for optional values.

OptionExt turns an optional value into an optional future or a zero-or-one stream. The mapping closure runs only when the option contains a value.

Traitsยง

OptionExt
Extends Option with asynchronous mapping adapters.