# lambda-notes **Repository Path**: YuanLicc/lambda-notes ## Basic Information - **Project Name**: lambda-notes - **Description**: Lambda 表达式学习笔记 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-03 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## lambda [![Build Status](https://travis-ci.org/YuanLicc/lambda-notes.svg?branch=master)](https://travis-ci.org/YuanLicc/lambda-notes) [![codecov.io](https://codecov.io/gh/YuanLicc/lambda-notes/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/gh/YuanLicc/lambda-notes?branch=master) `Java 8` `Lambda`表达式学习笔记,摘自书籍[《Java 8 函数式编程》](https://www.amazon.cn/dp/B00VDSW7AE/ref=sr_1_1?s=books&ie=UTF8&qid=1528162560&sr=1-1&keywords=java+8%E5%87%BD%E6%95%B0%E5%BC%8F%E7%BC%96%E7%A8%8B) ,笔记内只举了实例,没有进行过多的解释与剖析,可以通过`IDE`进入`Java 8` 的相关源码进行查看理解,查看主要知识储备包括: - 接口定义 - `Java 8` `default`关键字 - 泛型 - 匿名内部类 ### 目录 - [Lambda 表达式](https://github.com/YuanLicc/lambda-notes/blob/master/doc/Lambda.md) - [流](https://github.com/YuanLicc/lambda-notes/blob/master/doc/stream.md) - [类库](https://github.com/YuanLicc/lambda-notes/blob/master/doc/class-lib.md) - [高级集合类、收集器](https://github.com/YuanLicc/lambda-notes/blob/master/doc/supper-collect.md) - [数据并行化](https://github.com/YuanLicc/lambda-notes/blob/master/doc/data-parallel.md) - [Lambda 并发](https://github.com/YuanLicc/lambda-notes/blob/master/doc/lambda-concurrent.md)