You are here:Home-Tag: java 8

How to Refactor a Lambda Expression by Adapting an Existing Functional Interface

This video shows how to do a basic refactoring of a lambda expression.

By |2020-07-28T08:53:01+00:00July 28th, 2020|Categories: Videos, YouTube|Tags: , , , , |Comments Off on How to Refactor a Lambda Expression by Adapting an Existing Functional Interface

Introducing lambda expressions for functional programming in Java

Introducing lambda expressions for functional programming in Java In this article we'll take a look at lambda expressions - the powerhouse behind Java's functional programming! Format of Lambda Expressions The syntax of lambda expressions is very intuitive, easy to understand and apply. A lambda expression is made up of: input parameters arrow operator expression/statements block

By |2020-07-13T21:14:55+00:00July 13th, 2020|Categories: Articles, Tutorials|Tags: , , , |Comments Off on Introducing lambda expressions for functional programming in Java