# Java8InAction-ReadingNotes **Repository Path**: ethanStark/Java8InAction-ReadingNotes ## Basic Information - **Project Name**: Java8InAction-ReadingNotes - **Description**: 《Java8 In Action》ReadingNotes Code - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2020-08-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 《Java8实战》的读书笔记代码示例 里面包含了博客文章中的示例代码,您可将代码Clone下来,作为阅读文章的参考。如果,代码中有误,可以提交issues,非常感谢! - 我的博客:[http://codedream.xin](http://www.codedream.xin) - Github:[https://github.com/NGLSL](https://github.com/NGLSL) - Gitee:[https://gitee.com/nglsl666](https://gitee.com/nglsl666/) ## 读书笔记代码目录概览 - chap1:[Lambda表达式、Stream、默认方法的使用](https://github.com/NGLSL/Java8InAction-ReadingNotes/tree/master/chap1) - chap2:[行为参数化,谓词的使用](https://github.com/NGLSL/Java8InAction-ReadingNotes/tree/master/chap2) - chap3:[Lambda表达式、函数式接口、类型推断、方法引用、Lambda表达式结合默认方法使用](https://github.com/NGLSL/Java8InAction-ReadingNotes/tree/master/chap3) - chap4:[Stream的使用、中间操作、终端操作](https://github.com/NGLSL/Java8InAction-ReadingNotes/tree/master/chap4) - chap5:[flatMap(扁平化流)、findAny、findFirst、Reduce、数值流、构建流、无限流的使用](https://github.com/NGLSL/Java8InAction-ReadingNotes/tree/master/chap5) - chap6:[使用流收据数据](https://github.com/NGLSL/Java8InAction-ReadingNotes/tree/master/chap6) - chap7:[并行流](https://github.com/NGLSL/Java8InAction-ReadingNotes/tree/master/chap7) - chap8:[重构、测试和调试](https://github.com/NGLSL/Java8InAction-ReadingNotes/tree/master/chap8) - chap9:[默认方法](https://github.com/NGLSL/Java8InAction-ReadingNotes/tree/master/chap9) - chap10:[使用Optional代替null](https://github.com/NGLSL/Java8InAction-ReadingNotes/tree/master/chap10) - chap11:[CompletableFuture:组合式异步编程](https://github.com/NGLSL/Java8InAction-ReadingNotes/tree/master/chap11) - chap12:[新的日期和时间API](https://github.com/NGLSL/Java8InAction-ReadingNotes/tree/master/chap12) ## 公众号 欢迎大家关注我的公众号 ![image](https://codedream-blog.oss-cn-beijing.aliyuncs.com/upload/2018/07/201807222157052797841.jpg)