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

Feature: OrderedListInterface#findFirstMatchingIndex #158

Merged
merged 2 commits into from
May 29, 2022

Conversation

boesing
Copy link
Owner

@boesing boesing commented May 29, 2022

fixes #120

This provides the ability to explicitly search for the index of a specific item.

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
… `0|positive-int` for the generic

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@boesing boesing added the enhancement New feature or request label May 29, 2022
@boesing boesing added this to the 1.0.0 milestone May 29, 2022
@boesing boesing merged commit ebc0130 into 1.0.x May 29, 2022
@boesing boesing deleted the feature/orderedlist-find-index branch May 29, 2022 20:26
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

Successfully merging this pull request may close these issues.

OrderedListInterface#findIndex to pass a filter which, when applies, returns the index of that element
1 participant