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
Nice to have as part of the library, would be great to have Rx bindings for the sixpack-java api.
One idea is, ParticipatingExperiments can be exposed as Observables and have their values .cached() easily.
Also, the ability to have convert() be exposed as an Action1 for doOnNext() would be useful as well.
convert()
Action1
doOnNext()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Nice to have as part of the library, would be great to have Rx bindings for the sixpack-java api.
One idea is, ParticipatingExperiments can be exposed as Observables and have their values .cached() easily.
Also, the ability to have
convert()
be exposed as anAction1
fordoOnNext()
would be useful as well.The text was updated successfully, but these errors were encountered: