Java: Lambdas and Streams

Go to class
Write Review

Free Online Course: Java: Lambdas and Streams provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Java: Lambdas and Streams is taught by Bethan Palmer.

Overview
  • Explore how to use lambdas and streams, two of the most commonly used examples of functional programming in Java.

Syllabus
  • Introduction

    • Java lambdas and streams
    • What you should know
    • Using the exercise files
    1. Functional Programming
    • What is functional programming?
    2. Lambdas
    • Functional interfaces
    • Using lambdas
    • Using existing interfaces
    • Challenge: Using lambdas
    • Solution: Using lambdas
    3. Streams
    • Understanding streams
    • Using streams
    • More streams operations
    • Advanced streams operations
    • Challenge: Using streams
    • Solution: Using streams
    Conclusion
    • Continuing on with Java