1
1
Fork 0

Update task.md

This commit is contained in:
Bruce Eckel 2019-11-12 14:58:56 -07:00
parent 8051a11a0a
commit 97954893e0
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
## Operations on Collections (#2)
Implement the `operation` lambda body so that the predicates in the example
produced the specified results.
The starter code contains a skeleton for a lambda named `operation` which is
used as a predicate in several function calls on a `List`. Implement
`operation` so the function calls produce the specified results.