3.x: Proposal: ObservableConverter interface and friends · Issue #5654 · ReactiveX/RxJava (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@ZacSweers

Description

@ZacSweers

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!