Learning Java Lambda Expressions

0
Join & Subscribe
LinkedIn Learning
Free Trial Available
English
Certificate Available
Less than 1 hour of material
selfpaced

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.

A lambda expression is a clear and concise way to represent a one method interface.Lambda expressions can be used as method arguments or to iterate, filter, and extract data from a collection. This course explores Oracle's Java 8 specification for lambda expressions, and the syntax and use cases for using lambdas with collections, streams, and maps. Staff instructor and Java expert Peggy Fisher also introduces techniques for programming functional interfaces in Java.

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

Taught by

Peggy Fisher