Tag

Lambda Expressions

0 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
Nov 29, 2023 · Backend Development

Understanding Lambda Expressions in PHP: Syntax, Examples, and Best Practices

This article explains PHP lambda expressions (anonymous functions), demonstrates how to filter arrays, pass functions as callbacks, and sort data using concise syntax, while highlighting their benefits, performance impact, and limitations for backend developers.

Anonymous FunctionsBackend DevelopmentFunctional Programming
0 likes · 4 min read
Understanding Lambda Expressions in PHP: Syntax, Examples, and Best Practices
Deepin Linux
Deepin Linux
Nov 3, 2023 · Fundamentals

C++11 New Features and Their Practical Usage

This article provides a comprehensive overview of C++11 enhancements, including list initialization, type deduction, constexpr, move semantics, perfect forwarding, lambda expressions, smart pointers, and new casting rules, with detailed explanations and code examples illustrating their syntax, behavior, and practical applications.

C++11Lambda Expressionscasting
0 likes · 61 min read
C++11 New Features and Their Practical Usage
Selected Java Interview Questions
Selected Java Interview Questions
Apr 25, 2021 · Fundamentals

Understanding Why Java Lambda Captured Variables Must Be Effectively Final

The article explains that Java lambda expressions capture variables by value, requiring them to be effectively final, which prevents modification of the original variable and aligns with functional programming principles that avoid stateful functions.

Backend DevelopmentEffectively FinalFunctional Programming
0 likes · 3 min read
Understanding Why Java Lambda Captured Variables Must Be Effectively Final
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 13, 2020 · Fundamentals

Java 8 New Features and Functional Programming Overview

An extensive guide to Java 8’s new capabilities, covering lambda expressions, functional interfaces, streams, default methods, Optional, CompletableFuture, the new date‑time API, concurrency enhancements, and numerous language and library improvements, with detailed explanations and code examples.

CompletableFutureConcurrencyJava 8
0 likes · 51 min read
Java 8 New Features and Functional Programming Overview
JD Retail Technology
JD Retail Technology
Aug 3, 2018 · Mobile Development

Kotlin Overview, Key Features, and Integration Practices in JD Mobile Development

This article introduces Kotlin as a JVM‑based language, explains why it is chosen for Android development, details its main features such as null safety, data classes, and lambda expressions, compares compilation performance with Java, and provides practical JD‑specific integration steps, configuration tips, common pitfalls, and real‑world usage examples.

AndroidData ClassesGradle
0 likes · 13 min read
Kotlin Overview, Key Features, and Integration Practices in JD Mobile Development
Baidu Tech Salon
Baidu Tech Salon
Apr 9, 2014 · Fundamentals

Key Highlights of Java SE 8 and Its Role in Modern Development

Java remains the dominant, widely‑employed language—especially in China—and Java SE 8 revitalizes it with lambda expressions, default interface methods, a modern date‑time API and numerous refinements, while its cross‑platform design fuels IoT and embedded growth and sustains a lucrative, evolving ecosystem.

IoTJavaJava SE 8
0 likes · 4 min read
Key Highlights of Java SE 8 and Its Role in Modern Development