exercism / exercism/java

feat(concepts): add Streams concept

オープン
#2,982 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
834
フォーク
779
平均マージ
1日 1時間
マージ済み PR(30日)
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 を短くまとめたダイジェスト。