Skip to content
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

Experimental Class: Single/SingleSubscriber #186

Closed
zsxwing opened this issue Jan 27, 2016 · 4 comments
Closed

Experimental Class: Single/SingleSubscriber #186

zsxwing opened this issue Jan 27, 2016 · 4 comments

Comments

@zsxwing
Copy link
Member

zsxwing commented Jan 27, 2016

See:

https://github.com/ReactiveX/RxJava/blob/1.x/src/main/java/rx/Single.java
https://github.com/ReactiveX/RxJava/blob/1.x/src/main/java/rx/SingleSubscriber.java

@samuelgruetter
Copy link
Collaborator

Looks interesting... What's the status of these in RxJava? Did they prove to be useful and will remain there?

@zsxwing
Copy link
Member Author

zsxwing commented Feb 4, 2016

I think some Android developers like this one. Most of their cases only need this special Observable, e.g., request a request from network and render it in UI. In addition, see ReactiveX/RxJava#1594 (comment) for the discussion in RxJava.

@hyleung
Copy link

hyleung commented Feb 19, 2016

@samuelgruetter last I checked in RxJava, rx.Single is still @Beta. That being said, I think it has had a fair bit of traction - my team at work uses it in the code base (so hopefully it doesn't go away!). One thing that takes a bit getting used to is that Singles can only emit a value or error, there is no "empty".

@dhoepelman
Copy link
Collaborator

Due to project EOL status, Single will not be ported from RxJava

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants