flatten
When the Maybe emits an Iterable of values, iterates over the Iterable and emits all values one by one as an Observable.
This is just a shortcut for Maybe.flatMapObservable.
When the Maybe emits an Iterable of values, iterates over the Iterable and emits all values one by one as an Observable.
This is just a shortcut for Maybe.flatMapObservable.