Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Learning Java Lambda Expressions

Posted By: Landau17
Learning Java Lambda Expressions

Learning Java Lambda Expressions
MP4 | Video: 720p | Duration: 46:05 | English | Subtitles: VTT | 126.6 MB



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.

Topics include:
  • Creating new functional interfaces
  • Lambda syntax
  • Methods as lambdas
  • Collections, maps, and streams