Limit search to available items
Streaming video

Title Java Lambdas and the Streams API / Jim McLaughlin ; [produced by] Apress
Published New York, NY : Apress, 2019

Copies

Description 1 online resource (62 minutes)
Summary Come up to speed with Java functional programming and write effective Java code with less effort using lambdas and the stream API. Make your Java project code more reliable by using the declarative approach provided by these new Java features. Learn how to leverage the updated collections API to facilitate common functional programming patterns such as map/filter/reduce. If you've ever stumbled through constructing for loops and while loops, this video will add to your programming toolbox and allow you to leave such heavy lifting to the stream API. You'll begin your journey with the syntax of Java lambdas, what they are, and how to use them. You will then be introduced to Java streams and the various ways of creating them for the purpose of processing data. You will also learn about the updates which have been made to the Java collections API for supporting streams. Along the way you will be taught the streams API and how to use the methods defined in the Stream class to process data sources to obtain the results you desire by employing lambdas with the Stream class' operations. What You Will Learn: Write functional interfaces for defining lambdas; Master lambda syntax for implementing anonymous functions; Create streams associated with data sources; Process data through stream operations; Use method references for simplifying lambda expressions; Discover parallel and sequential streams and how they differ. Who This Video Is For: Software developers familiar with Java who wish to employ functional programming techniques in their software projects in order to write reliable, compact, and easy-to-read Java code
Notes Title from resource description page (viewed March 09, 2020)
Performer Jim McLaughlin, presenter
Notes In English
Subject Java (Computer program language)
Functional programming (Computer science)
Functional programming (Computer science)
Java (Computer program language)
Genre/Form Instructional films.
Instructional films.
Films de formation.
Form Streaming video
Author McLaughlin, Jim (Programmer), speaker
Apress (Firm), production company
Other Titles Bringing functional programming to Java