You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: