Filter method without filter parameters doesn't make sense (clarification) #734
Replies: 1 comment 2 replies
-
I probably should have just done this in the first place. Looking at the source, this operator can literally never emit any items, no matter what parameters you give it. This overload was originally added by 3657fee, where @RolandPheasant was doing a large scale re-organization, which included consolidating code for all the different Seems like this overload should probably just be removed. |
Beta Was this translation helpful? Give feedback.
-
Can I ask for some clarification on what you said in #219? I had the same question and found the issue, but I don't see how the answer explains anything about the question.
But WHAT is the filtering when using this overload, that doesn't specify a filter?
There's no examples in that project that demonstrate using this overload of
.Filter()
, with only areapplyFilter
parameter. Not that I could find.I thought maybe this might be referring to filtering applied when you use
.Connect()
with the overload that takes a filter parameter, so I tried it out, andreapplyFilter
doesn't cause the filtering to reapply. Same thing if I just use an adjacent call to.Filter()
either before or after the one withreapplyFilter
.Beta Was this translation helpful? Give feedback.
All reactions