Skip to main content

3 docs tagged with "Lambda"

View all tags

Anonymous Functions

Learn about Anonymous Functions, their syntax across different programming languages, and typical use cases.

Functional programming in Java

Introduction to functional programming in Java — immutability, pure functions, lambda expressions, and the Streams API overview.

Java Streams API and Lambda Expressions

Complete beginner-friendly guide to Java Lambda Expressions and the Streams API — syntax, filtering, mapping, functional interfaces, method references, and practical code examples.