You are here:Home-Tag: java 8

The Java 8 Functional Interfaces API

This video shows the functional interfaces available from Java 8 onwards! 💥 Want more? Go get the FULL COURSE here: 👉 Mastering Java 8 Fundamentals 💥 ►► Grab our FREE beginners guide to Java if you're completely new to Java! 👉 Check out our courses at https://courses.javaeasily.com/courses 👉 Listen to our podcast at https://spotifyanchor-web.app.link/e/xjAOXisFABb 👉

By |2023-07-21T16:09:40+00:00February 15th, 2022|Categories: Videos, YouTube|Tags: , , , , |Comments Off on The Java 8 Functional Interfaces API

Different Types of Methods References in Java 8

This video shows the different types of method references in Java 8! 💥 Want more? Go get the FULL COURSE here: 👉 Mastering Java 8 Fundamentals 💥 ►► Grab our FREE beginners guide to Java if you're completely new to Java! 👉 Check out our courses at https://courses.javaeasily.com/courses 👉 Listen to our podcast at https://spotifyanchor-web.app.link/e/xjAOXisFABb

By |2023-07-21T16:34:56+00:00December 14th, 2021|Categories: Videos, YouTube|Tags: , , , , , , |Comments Off on Different Types of Methods References in 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 |2023-07-21T17:33:34+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 |2023-07-26T12:12:39+00:00July 13th, 2020|Categories: Articles, Tutorials|Tags: , , , |Comments Off on Introducing lambda expressions for functional programming in Java