A good brief introduction to Lambda stream. Still, it doesn't go through everything about it. It explains a bit the mechanism of the Functional interfaces, Lambda expressions, Stream, Spliterator, ParallelStream and the main Stream operations such as filter, collect, reduce and map/flatMap. It uses one example through all the chapters, which adds elegance to the book. Only 90 pages, concise and clear. But it ends with many remaining questions in my head. To go in depth, one should read some other book.