CombineExt icon indicating copy to clipboard operation
CombineExt copied to clipboard

Add concatMap

Open ohitsdaniel opened this issue 4 years ago • 2 comments

As CombineExt already implements flatMapLatest, I think it might be a good idea to add concatMap as well.

What do you think? I might look into it on a weekend if we agree on adding it. 😊

ohitsdaniel avatar Jun 10 '20 20:06 ohitsdaniel

I’ll be happy to have it ! It’s a really useful operator

freak4pc avatar Jun 11 '20 02:06 freak4pc

Hey @ohitsdaniel. Someone mentioned using flatMap(maxPublishers: .max(1)) has the same effect as .concatMap. Want to try it ? @ohitsdaniel

freak4pc avatar Nov 21 '20 09:11 freak4pc