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

💡 [REQUEST] - IterateListUntilSuccess node #70

Open
Oberacda opened this issue Mar 27, 2024 · 0 comments
Open

💡 [REQUEST] - IterateListUntilSuccess node #70

Oberacda opened this issue Mar 27, 2024 · 0 comments
Labels
enhancement New feature or request Medium Priority Nodes Issues concerning the standard node library. question Further information is requested
Milestone

Comments

@Oberacda
Copy link
Contributor

Implementation PR

No response

Reference Issues

No response

Summary

A node similar to the ListIterator that stops after the first element return Success.
This is useful for searching in a list for the first matching element.

Basic Example

When having a list of possible targets with types and you want to find the first element matching a specific type, at the moment, you would need to build a tree that failed on match and invert the status above the iterate. It would be easier if you could just have an iterator that stops on the first success.

Drawbacks

None

Unresolved questions

No response

@Oberacda Oberacda added enhancement New feature or request question Further information is requested Nodes Issues concerning the standard node library. Medium Priority labels Mar 27, 2024
@nspielbau nspielbau added this to the v0.2.x milestone Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Medium Priority Nodes Issues concerning the standard node library. question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants