Skip to content
#

lamda-functions

Here are 31 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 Jun 25, 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

Welcome to my Python learning repository! 🚀 This space is where I document my journey into the fascinating world of Python programming. Whether you're a beginner or someone looking to enhance your Python skills, this repository is designed to be your go-to resource.

  • Updated Nov 27, 2023
  • Python

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