<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Groupingby on Devops Monk</title><link>https://blog.devops-monk.com/tags/groupingby/</link><description>Recent content in Groupingby on Devops Monk</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 04 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.devops-monk.com/tags/groupingby/index.xml" rel="self" type="application/rss+xml"/><item><title>Advanced Streams: flatMap, Collectors, Grouping, and Partitioning</title><link>https://blog.devops-monk.com/tutorials/java8/streams-advanced/</link><pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate><guid>https://blog.devops-monk.com/tutorials/java8/streams-advanced/</guid><description>flatMap in Depth The Collectors API covers perhaps 90% of real-world aggregation needs, but the moment you need something beyond grouping, partitioning, or joining, the custom Collector is there. Understanding flatMap and the full Collectors toolkit — including when to write your own — separates competent Java 8 developers from those who still reach for a for loop whenever a problem gets slightly unusual.
flatMap is the most powerful transformation in the Streams API.</description></item></channel></rss>