JYCabello/DeFuncto

Create overloads of IEnumerable.FirstOrNone and SinglerOrNone with predicates.

Closed this issue · 0 comments

So you can:

collection.FirstOrNone(elm => elm.IsSomething);