OptionOptionFlattener<T extends Object> extension

Flat utils on Option<Option<T>>

on

Methods

flatten() Option<T>
Flats an option of an option.