Tag

Method Reference

0 views collected around this technical thread.

Wukong Talks Architecture
Wukong Talks Architecture
Jul 19, 2023 · Backend Development

Understanding Java Lambda Expressions, Method References, and Stream API

This article explains Java's functional programming features—including Lambda expressions, method references, and the Stream API—by detailing their syntax, underlying mechanisms, and practical usage examples such as thread creation, data processing, and parallel streams.

Functional InterfaceJavaMethod Reference
0 likes · 21 min read
Understanding Java Lambda Expressions, Method References, and Stream API
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 18, 2022 · Fundamentals

Understanding Java Lambda Expressions and Functional Interfaces

This article provides a comprehensive guide to Java lambda expressions, covering their syntax, how they map to functional interfaces, differences from anonymous classes, parameter forms, method bodies, variable capture, and method references, with practical code examples for each concept.

Functional InterfaceJavaMethod Reference
0 likes · 14 min read
Understanding Java Lambda Expressions and Functional Interfaces