This is a repository for examples explained in Java 8 Features Full Course on YouTube.
Link to the PlayList: https://www.youtube.com/watch?v=uhPLWdvrF9g&list=PLB1G1ZvRs58NK5uIjgyb3Z2zsGpFBp7_C
- How To Write Lambda Expressions In Java?
- What is Functional Interface in Java 8?
- Lambda Expressions Example 1
- Lambda Expressions Example 2
- Lambda Expressions Example 3
- Lambda Expressions Example 4 (With Collections)
- Default Methods In Java 8
- Static Methods In Interface In Java 8
- Java 8 Predicate - Predefined Functional Interface
- Predicate Chaining In Java 8
- Function - Predefined Functional Interface
- Function Chaining In Java 8
- Consumer - Predefined Functional Interface
- Consumer Chaining In Java 8
- Supplier - Predefined Functional Interface
- BiPredicate, BiFunction and BiConsumer - Two Argument Functional Interfaces in Java 8
- Method Reference Using Double Colon (::) Operator
- Constructor Reference Using Double Colon (::) Operator
- Streams in Java 8
- Type of Stream Operations in Java 8
- Java 8 Streams filter() Method Example
- Java 8 Streams map() Method Example
- Java 8 Streams limit() Method Example
- Java 8 Streams sorted() Method Example
- Java 8 Streams distinct() Method Example
- Java 8 Streams count() Method
- Java 8 Streams collect() Method
- How to convert a Java 8 Stream to an Array?
- Java 8 Streams foreach() Method Example
- Java 8 Stream.of() Method Example
- How To Use Java 8 Optional Class?
- Java 8 Stream min() and max() Methods Example
- Java 8 Streams flatMap() Method With Example
- LocalDate Class in Java 8 Date and Time API
- LocalTime Class in Java 8 Date And Time API
- LocalDateTime Class in Java 8 Date And Time API
- How To Represent A Particular Date and Time Using LocalDateTime Class?
- How To Calculate The Age In Java?
- How To Calculate Duration Between Two Times In Java?
- Calculate Difference Between Two Dates Using Java 8 ChronoUnit
- Instant Class In Java 8 Date And Time API
- ZonedDateTime Class In Java 8 Date And Time API
- How To Format LocalDateTime In Java 8?