distinct operator variation #6355
parloti
started this conversation in
Ideas / Feature request
Replies: 0 comments
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.
-
I need a variation of the distinct operator, whose internal HashSet is populated by another one observable instead of by the keySelector function.
I'm already testing my own implementation for rxjs 6, like this DistinctWith. But I want to migrate to rxjs 7, and my code is no longer compatible.
I would also be happy with a combination of existing operators.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions