exercism / exercism/java

feat(concepts): add Streams concept

未关闭
#2,982 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
834
派生
779
平均合并
1 天 1 小时
30 天内合并 PR
3

描述

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

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。