Java 8 Tutorial | Code Factory
1 min readApr 30, 2020
Reference Link : Link
Donate : Link
1. Introduction
2. Lambda Expression and Functional Interface
2.1 Lambda Expression and Functional Interface
2.2 Lambda Expression With Collections
2.3 Anonymous Inner Class vs Lambda Expression
3. Default and Static Method in Interface
4. Predefined Functional Interfaces
4.1 Predicate
4.2 Function
4.3 Consumer
4.4 Supplier
5. Two Argument Functional Interfaces
5.1 BiPredicate
5.2 BiFunction
5.3 BiConsumer
6. Primitive Type Functional Interfaces
6.1 Unary Operator
6.2 Binary Operator
7. Method and Constructor Reference
7.1 Method Reference
7.2 Constructor Reference
8. Streams
9. Date and Time api (Joda api)