Skip to content

Blog

Members Public

Java Functional Programming with Lambdas and Streams API

Java 8 is bundled with massive features and improvements to the JDK, JRE and more. It introduced functional programming in Java.

Members Public

What Are Lambda Expressions?

This is an introductory lesson on lambda expressions. You will learn about the lambda operator, expression, syntaxes and more!

Members Public

Power Of Two (Exercise Problem)

This is an exercise problem for your practice. Try to come up with an approach and solve it by yourself. Good Luck!

Members Public

User-Defined Customer Interface (Exercise Problem)

This is an exercise problem for your practice. Try to come up with an approach and solve it by yourself. Good Luck!

Members Public

What Are UnaryOperator And BinaryOperator's?

Unary and Binary operators are the other two functional interfaces that most developers are interested in.

Members Public

Course Overview: Functional Programming in Java

This course deep-dives into each of the functional programming concepts that got introduced in the Java programming language.

Members Public

Introduce Yourself To Java Functional Programming

Members Public

BiFunction Interface

Members Public

What Is a Predicate Interface In Java?

Members Public

What is a Function Interface In Java?

This lesson talks about the third functional interface, which is the Function.