Learning Java Lambda Expressions

Go to class
Write Review

Free Online Course: Learning Java Lambda Expressions 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. Learning Java Lambda Expressions is taught by Peggy Fisher.

Overview
  • Learn how to use lambda expressions as anonymous inner classes, and use lambda expressions with collections, streams, and maps, in these Java programming tutorials.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    1. Java 8
    • Functional interfaces
    • Lambda syntax
    • Methods as lambdas
    • Create new functional interfaces
    2. Collections, Maps, and Streams
    • Collections
    • Streams
    • Primitive streams
    Conclusion
    • Next steps