Skip to content

"repeat" operator miscategorized as an observable creator #312

Description

@DavidMGross

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions