-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lifting into a Subject #2458
Comments
What do you want to achieve with this change? |
Up till now all the APIs that want to delegate part of the observable change chain to another piece of code has had to pass in the head as an argument. With these methods the delegate could return a subject the represents the some segment of the chain without any arguments. For example |
If I understand correctly, a chain of Subject<Integer, String> -> Subject<String, Date> -> Subject<Date, Long>, I can hand out each to different parties and observe them at any point? |
Yes. The |
The encapsulation of computation sounds like the Transformer with Observable.compose. |
Do you still want to pursue this? |
Punting to 2.0 for bikeshedding. |
See #3975. |
I'm closing this as the PR implementing the proposed feature was not really endorsed by the OP after all. If you have further input on the issue, don't hesitate to reopen this issue or post a new one. |
Mildly interesting idea to see if there would be any interest.
The text was updated successfully, but these errors were encountered: