Introduction In this block, we will learn about map and flatMap methods in Java streams API. Both are very useful intermediate methods of Java 8, to perform transformation operations on a list. map() method used for transformation (e.g. converting l...