We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Other implementations of Rx have a hasObservers method on Subject. It would be nice to have this in RxJava.
RxJS: https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/subjects/subject.md#rxsubjectprototypehasobservers
Rx.NET https://rx.codeplex.com/SourceControl/latest#Rx.NET/Source/System.Reactive.Linq/Reactive/Subjects/Subject.cs
The text was updated successfully, but these errors were encountered:
I'm open to that. Want to submit a pull request?
Sorry, something went wrong.
went ahead and implemented the method (see pull request)
Merge pull request #1802 from simonbasle/hasObservers
e7fa614
add hasObservers method to Subjects (#1772)
Merged.
No branches or pull requests
Other implementations of Rx have a hasObservers method on Subject. It would be nice to have this in RxJava.
RxJS:
https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/subjects/subject.md#rxsubjectprototypehasobservers
Rx.NET
https://rx.codeplex.com/SourceControl/latest#Rx.NET/Source/System.Reactive.Linq/Reactive/Subjects/Subject.cs
The text was updated successfully, but these errors were encountered: