-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Productize operator creation internals #6803
Labels
8.x
Issues and PRs for version 8.x
Comments
This was referenced Feb 7, 2022
benlesh
added a commit
to benlesh/rxjs
that referenced
this issue
Feb 7, 2022
Adds a special case to `OperatorSubscriber` to support `groupBy`. Related: ReactiveX#6805 ReactiveX#6803 ReactiveX#6804
benlesh
added a commit
that referenced
this issue
Feb 8, 2022
benlesh
added a commit
to benlesh/rxjs
that referenced
this issue
Feb 8, 2022
* Adds a code path for operating on a Subscribable without lift. * Loosens the type of `OperatorFunction` and therefore `MonoTypeOperatorFunction` to go from `Subscribable<In>` to `Subscribable<Out>`. This is done in preparation for splitting `Observable` into its own package, where `lift` doesn't really need to exist in the public API. Related ReactiveX#6803 ReactiveX#6786
This is effectively in place now for 8.x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For version 8, we should try to productize our operator creation methods to give people something more terse, and perhaps more safe, to create their own operators.
The text was updated successfully, but these errors were encountered: