https://github.com/ahlusar1989/java-workshop-materials
https://github.com/ahlusar1989/java-workshop-materials
functional-composition functional-programming immutability java-8 lambda options streams
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahlusar1989/java-workshop-materials
- Owner: ahlusar1989
- Created: 2018-07-24T21:02:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T11:46:10.000Z (over 7 years ago)
- Last Synced: 2024-10-04T23:41:22.038Z (over 1 year ago)
- Topics: functional-composition, functional-programming, immutability, java-8, lambda, options, streams
- Language: Java
- Size: 1.57 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Functional Programming with Java
Examples and exercises for AllState Super Learn Day held on August, 3rd 2018.
See [https://ahlusar1989.github.io/java-workshop-materials/](https://ahlusar1989.github.io/java-workshop-materials/) for detailed instructions.
## Exercises
Instructions are to "make the tests pass". This may involve uncommenting some failing tests. There are TODO comments in most classes in the "exercises.*" packages with instructions on what to do. See the links above for detailed descriptions of the exercises.