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

Add support for DoWhile operator #1068

Open
glopesdev opened this issue Oct 3, 2022 · 0 comments · May be fixed by #1069
Open

Add support for DoWhile operator #1068

glopesdev opened this issue Oct 3, 2022 · 0 comments · May be fixed by #1069
Labels
proposal Request for a new feature

Comments

@glopesdev
Copy link
Member

This operator is the conditional variant to Repeat, similar to TakeWhile and SkipWhile. It allows repeating the source sequence while a specific condition is true, where the condition is evaluated every time the source sequence completes.

The Rx terminology here is confusing, especially considering the Do operator is already used for something entirely different. We could consider exposing this operator as RepeatWhile instead.

@glopesdev glopesdev added the proposal Request for a new feature label Oct 3, 2022
@glopesdev glopesdev linked a pull request Oct 4, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant