Skip to main content

2 docs tagged with "reduce"

View all tags

Higher-Order Functions

Learn about Higher-Order Functions (HOFs), how they accept or return other functions, and explore standard examples like map, filter, and reduce.

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.