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 ForEachWithError to LTable #409

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TechyShishy
Copy link

Provide a break capable, as well as error capable implementation of
ForEach, allowing for early short-circuit and deep logging of error
messages. Implement it underneath the current version, keeping only one
code path for maintenance purposes, but allow multiple ways of calling
this functionality as needed.

Changes proposed in this pull request:

  • Adds LTable.ForEachWithError()
  • Implements LTable.ForEach() as a call to LTable.ForEachWithError()

Provide a break capable, as well as error capable implementation of
ForEach, allowing for early short-circuit and deep logging of error
messages.  Implement it underneath the current version, keeping only one
code path for maintenance purposes, but allow multiple ways of calling
this functionality as needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant