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

Fold with Short Circuit Lambda #7

Open
ColmBhandal opened this issue Jun 5, 2020 · 0 comments
Open

Fold with Short Circuit Lambda #7

ColmBhandal opened this issue Jun 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ColmBhandal
Copy link
Owner

Add the ability to fold with a short circuiting lambda which stops the fold whenever the output value matches the lambda. Refactor the existing fold behind the scenes to use this with the lambda () => false. This applies to both the Array extension & OneBased Array interface.

@ColmBhandal ColmBhandal added the enhancement New feature or request label Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant