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

"repeat" operator miscategorized as an observable creator #312

Open
DavidMGross opened this issue Oct 4, 2016 · 0 comments
Open

"repeat" operator miscategorized as an observable creator #312

DavidMGross opened this issue Oct 4, 2016 · 0 comments

Comments

@DavidMGross
Copy link
Collaborator

On http://reactivex.io/documentation/operators.html the "repeat" operator is categorized as a "Creating Observables" operator, which, in RxJava anyway, it isn't.

in Rx.NET versions of repeat do initiate an observable sequence, so this isn't technically wrong, but is somewhat misleading since many uses of "repeat" (and all uses in some flavors of Rx) transform rather than initiate an observable.

See ReactiveX/RxJava#4662

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

No branches or pull requests

1 participant