exercism / exercism/java

feat(concepts): add Streams concept

Open
#2,982 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
834
Forks
779
Avg merge
1d 1h
Merged PRs (30d)
3

Description

### 📘 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.