Skip to content
#

lamda-functions

Here are 6 public repositories matching this topic...

This repository serves as a documentation of my journey learning Java programming. It includes code snippets, projects, resources, and detailed notes covering various Java concepts. Contributions and feedback are welcome as I continue to explore the world of Java development.

  • Updated Jul 6, 2024
  • Java

An interface with exactly one abstract method is called Functional Interface. @FunctionalInterface annotation is added so that we can mark an interface as functional interface. It is not mandatory to use it, but it’s best practice to use it with functional interfaces to avoid addition of extra methods accidentally. If the interface is annotated wit

  • Updated Feb 26, 2023
  • Java

Improve this page

Add a description, image, and links to the lamda-functions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lamda-functions topic, visit your repo's landing page and select "manage topics."

Learn more