OptionFlatten<T> extension

Provides the flatten() method to Option type values that hold another Option.

on

Methods

flatten() Option<T>
Flattens a nested Option type value one level.