1
1
Fork 0
AtomicKotlinCourse/Functional Programming/section-info.yaml

14 lines
240 B
YAML
Raw Normal View History

content:
- Lambdas
- The Importance of Lambdas
- Operations on Collections
- Member References
- Function Types
- Manipulating Lists
- From Lists to Maps
2019-11-18 21:26:05 +03:00
- Creating Sequences
- Helper Functions
- Local Functions
- Folding Lists
- Recursion