Better Categorization and Labeling of Operators #6953
jawight
started this conversation in
Ideas / Feature request
Replies: 1 comment
-
As far as I know, delay doesn't "delay emissions of the new observable instead of the source" - That breaks composition. It just delays every emission of the source observable, so the following Do you have an example? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's not very clear with some operators whether they will modify emissions to other operators in the same pipe or just to observers. For example, Delay will delay emissions from the source observable until a given time or date. If there is a SwitchMap after delay in the pipe, delay will delay emissions of the new observable instead of the source. It would be good to note that in the delay definition and maybe even have a sub category for operators that behave this way like previously supported StartsWith.
Beta Was this translation helpful? Give feedback.
All reactions