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

docs: update Operators overview #6819

Merged

Conversation

EnricoPicci
Copy link
Contributor

Introduce the concept that what we normally call "operators", such as map
or filter, are Pipeable Operator Factory functions which, when called,
return a "real" Pipeable Operator.

Description:

BREAKING CHANGE:

Related issue (if exists):

Copy link
Member

@jakovljevic-mladen jakovljevic-mladen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EnricoPicci, thanks for your contribution. Changes LGTM, but there's a conflict that needs to be resolved.

@EnricoPicci
Copy link
Contributor Author

@jakovljevic-mladen Thanks for your reply. To be honest I do not know how to resolve this conflict. Can you guide me? Thanks

Introduce the concept that what we normally call "operators", such as `map`
or `filter`, are Pipeable Operator Factory functions which, when called,
return a "real" Pipeable Operator.
@jakovljevic-mladen
Copy link
Member

@EnricoPicci, it's a bit hard 🙂 I can do it for you?

@EnricoPicci
Copy link
Contributor Author

@jakovljevic-mladen if you can do it, please do it. Thanks a lot.

Copy link
Member

@jakovljevic-mladen jakovljevic-mladen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks and sorry for waiting this long.

@EnricoPicci
Copy link
Contributor Author

Thank you and have a nice day

@jakovljevic-mladen jakovljevic-mladen merged commit a292214 into ReactiveX:master Mar 31, 2023
3 checks passed
jakovljevic-mladen pushed a commit that referenced this pull request Mar 31, 2023
Introduce the concept that what we normally call "operators", such as `map`
or `filter`, are Pipeable Operator Factory functions which, when called,
return a "real" Pipeable Operator.

(cherry picked from commit a292214)
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

Successfully merging this pull request may close these issues.

None yet

2 participants