flatten
When the Single 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 Single.flatMapObservable.
When the Single 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 Single.flatMapObservable.