# Functions
FlattenOption converts Option[Option[T]] into Option[T].
No description provided by the author
No description provided by the author
No description provided by the author
MapOption returns Some[U] whose inner value is o's value mapped by f if o is Some.
MapOrElseOption returns value o's value applied by f if o is some.
MapOrOption returns o's value applied by f if o is some.
No description provided by the author
No description provided by the author