Skip to content

Add MinBy / MaxBy functions #33

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

Open
wants to merge 9 commits into
base: InDev
Choose a base branch
from

Conversation

jbagatta
Copy link

Add LINQ functions minBy, maxBy, minByAsync, maxByAsync to IEnumerable, IAsyncEnumerable, IParallelEnumerable. These functions find the item with the min/max predicate value and return the item.

@arogozine
Copy link
Owner

Merging should be to InDev branch. Master should be what's currently released.
@jbagatta

@jbagatta jbagatta changed the base branch from master to InDev May 19, 2025 13:23
@jbagatta
Copy link
Author

Merging should be to InDev branch. Master should be what's currently released. @jbagatta

Sorry about that, fixed!

@arogozine arogozine self-requested a review May 24, 2025 00:38
Copy link
Owner

@arogozine arogozine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants