feat(concepts): add Streams concept
- Lingua principale
- Java
- Stelle
- 834
- Fork
- 779
- Merge medio
- 1g 1h
- PR unite (30g)
- 3
Descrizione
### 📘 Description
This issue proposes the addition of a new **Streams** concept to the Java track on Exercism.
#### 🔹 Concept Overview
Java Streams offer a functional and declarative way to process collections. This concept introduces learners to:
- Stream creation from collections
- Common operations like `filter`, `map`, `reduce`, and `collect`
- Lazy evaluation and pipeline structure
- Real-world use cases for transforming and aggregating data
#### 📁 Files Added
- `concepts/streams/about.md`
- `concepts/streams/introduction.md`
- `concepts/streams/config.json`
- `concepts/streams/links.json`
This concept is designed to be beginner-friendly while introducing powerful tools for writing expressive Java code.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.