Tag: lambda

joker lambda challenge

Joker Lambda Challenge

Functional interfaces in Java are crucial to master. In this Java code challenge, we will explore the Supplier and Consumer functional interfaces. Do you know how a lambda behaves in Java? Try to solve this Java code challenge and make sure you know...

Lambda Composition Challenge Code

Jedi Dark Side Lambda Fight Challenge

Composing functions with lambda might come in handy when you need to execute multiple functions. In the following Java code challenge, we will explore the UnaryOperator, Function, and BiFunction functional interfaces working in a composed way. Can...

method-reference-lambda

Method Reference VS Lambda Java Challenge

Do you know what are the differences between method references and lambdas? In this Java Challenge, we will explore how lambdas and method references behave so that you can really understand how they work! Now that you know the main context...