Single observables #6397
aerabi
started this conversation in
Ideas / Feature request
Replies: 1 comment 1 reply
-
I think this suggestion has already come up here #6340 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RxJava has different observable types based on the number of elements they emit. One of them is
Single
which contains only one element.Having a specific observable type for
Single
can improve readability of the code. Also, one can support specific operators for it that are not available for normal observables.Beta Was this translation helpful? Give feedback.
All reactions