RxSwiftCommunity / RxSwiftExt

A collection of Rx operators & tools not found in the core RxSwift distribution
MIT License
1.32k stars 213 forks source link

Add withUnretained for all traits #242

Open M0rtyMerr opened 4 years ago

M0rtyMerr commented 4 years ago

Currently, withUnretained defined only for Observable. Wouldn't it be useful to add it for all traits?