1
1
Fork 0

Finished editing "Functional Programming"

Files containing only a newline at the end of the file indicate that I have reviewed that task and didn't need to change anything. The file now has a new timestamp indicating it has been reviewed.
This commit is contained in:
Bruce Eckel 2020-10-12 02:54:39 -06:00
parent 6d3c9e479f
commit a4b7513a49
11 changed files with 12 additions and 12 deletions

View File

@ -3,5 +3,5 @@
The starter code provides a `Condition` class and a function
`Condition.combine()` that combines two conditions. There's also a skeleton
for the `List<Condition>` extension function `combineAll()` that combines all
the conditions in the `List`. Complete the implementation using `reduce()`,
conditions in the `List`. Complete the implementation using `reduce()`,
assuming the `List` is non-empty.