feat(concepts): add Streams concept
还没有人认领这个 Issue。
评估
调研方向
先检查现有的概念结构,然后将 concepts/streams/about.md、introduction.md、config.json 和 links.json 与相关的 Java 概念进行比较。涵盖流的创建、filter/map/reduce/collect、惰性求值、管道结构,以及这些文件中说明的用例。四个 Streams 概念文件完整,并且与该 track 的约定保持一致,即表示完成。
由索引模型根据 Issue 内容生成。
描述
📘 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, andcollect - Lazy evaluation and pipeline structure
- Real-world use cases for transforming and aggregating data
📁 Files Added
concepts/streams/about.mdconcepts/streams/introduction.mdconcepts/streams/config.jsonconcepts/streams/links.json
This concept is designed to be beginner-friendly while introducing powerful tools for writing expressive Java code.
- 主要语言
- Java
- 星标
- 836
- 派生
- 779
- 平均合并
- 8 小时 28 分钟
- 30 天内合并 PR
- 4
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
exercism/java 的其他 Issue
-
难度 5/5 一周以上 新手友好度 25/100
-
x:knowledge/elementary x:module/practice-exercise
难度 3/5 1-2 天 新手友好度 45/100
-
x:knowledge/elementary x:module/practice-exercise
-
x:knowledge/elementary x:module/practice-exercise
难度 3/5 3-5 天 新手友好度 42/100
-
难度 1/5 1 小时以内 新手友好度 45/100
相似的 Issue
-
documentation
难度 2/5 1-3 小时 新手友好度 65/100
inu-appcenter/memorIN-backend#288 ·
-
难度 2/5 1-3 小时 新手友好度 65/100
-
frontend maui-pilot pilot-ask question
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 2/5 1-3 小时 新手友好度 75/100
-
area/plugin
难度 2/5 1-3 小时 新手友好度 75/100
kestra-io/plugin-kestra#190 ·