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

rx: FlatMap, ForEach, IgnoreElements, GroupBy, Last operators #178

Closed
Tracked by #122
plastikfan opened this issue Apr 10, 2024 · 1 comment · Fixed by #180
Closed
Tracked by #122

rx: FlatMap, ForEach, IgnoreElements, GroupBy, Last operators #178

plastikfan opened this issue Apr 10, 2024 · 1 comment · Fixed by #180
Assignees
Labels
feature New feature or request

Comments

@plastikfan
Copy link
Contributor

plastikfan commented Apr 10, 2024

GroupBy requires the ToSlice operator, so that is also being included in this issue.

@plastikfan plastikfan mentioned this issue Apr 10, 2024
59 tasks
@plastikfan plastikfan self-assigned this Apr 10, 2024
@plastikfan plastikfan added the feature New feature or request label Apr 10, 2024
@plastikfan
Copy link
Contributor Author

Join is proving a bit more complicated to port, so will need its own issue. This update will include the shell, but without implementation.

@plastikfan plastikfan changed the title rx: FlatMap, ForEach, IgnoreElements, GroupBy, Join, Last operators rx: FlatMap, ForEach, IgnoreElements, GroupBy, Last operators Apr 11, 2024
plastikfan added a commit that referenced this issue Apr 11, 2024
…rators (#178)

feat(rx): add flatmap operator (#178)

feat(rx): add foreach operator (#178)

feat(rx): add groupby operator along with toslice (#178)

feat(rx): add ignore-elements operator (#178)

feat(rx): add last operator (#178)
plastikfan added a commit that referenced this issue Apr 11, 2024
…rators (#178)

feat(rx): add flatmap operator (#178)

feat(rx): add foreach operator (#178)

feat(rx): add groupby operator along with toslice (#178)

feat(rx): add ignore-elements operator (#178)

feat(rx): add last operator (#178)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant