CombineCommunity / CombineExt

CombineExt provides a collection of operators, publishers and utilities for Combine, that are not provided by Apple themselves, but are common in other Reactive Frameworks and standards.
https://combine.community
MIT License
1.73k stars 155 forks source link

Add bind(to: ) operator #141

Closed cefiro666 closed 2 years ago

cefiro666 commented 2 years ago

I would like to suggest this operator which copies the similar operator from the RxSwift. If you think this is a good idea, I need help writing clear documentation for the method.