-
Notifications
You must be signed in to change notification settings - Fork 170
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
FirstOf #793
Comments
@llorllale/z please, pay attention to this issue |
@0crat in |
@llorllale Job #793 is now in scope, role is |
@Vatavuk @llorllale I will do that feature |
@elenavolokhova/z please review this job completed by @krzyk/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
The job #793 is now out of scope |
@0crat quality good |
Quality review completed: +8 point(s) just awarded to @elenavolokhova/z |
Let's create
FirstOf
that will find first element in a list that satisfies specified condition.It should:
-> implement
Scalar<T>
-> take arguments:
Func<T, Boolean> condition, Iterable<T> src, Scalar<T> fallback
-> return fallback value if element is not found
The text was updated successfully, but these errors were encountered: