Skip to main content

3 docs tagged with "functional"

View all tags

Functional Interfaces and Lambdas

Java functional interfaces guide: Function, Predicate, Consumer, Supplier, method references, composition, and writing custom functional interfaces.

Streams & Lambdas

Functional Java -- lambda expressions, method references, the Stream API, and practical data processing pipelines.

Streams and Collectors

Java Streams API guide: filter, map, flatMap, reduce, collect, groupingBy, parallel streams, and common pitfalls with practical examples.