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

Use Strategy/ProcessorList for filtered instances as well #23

Open
jangalinski opened this issue Aug 22, 2024 · 0 comments
Open

Use Strategy/ProcessorList for filtered instances as well #23

jangalinski opened this issue Aug 22, 2024 · 0 comments
Labels
Prio: SHOULD Type: enhancement New feature or request

Comments

@jangalinski
Copy link
Collaborator

Current implementation only works for unbound strategies and processors, when filterIsInstance is applied, we continue with an generic list and use extension functions on those lists to execute the code.

Better: generalise the concept of value class lists and let filter return an instance of that new list type which does not need extension functions but provides executeAll/Single directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Prio: SHOULD Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant