3.x: Proposal: ObservableConverter
interface and friends · Issue #5654 · ReactiveX/RxJava (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
For the compose()
operators, ObservableTransformer
was introduced to allow for classes to implement multiple transformer interfaces for composite implementations. I'd like to propose doing the same for the to()
operator by introducing ObservableConverter
(and corresponding ones for others). This would allow for composite converters as well.
If you're open to this, I can contribute a PR!