This project contains example of java streams, it starts with basic every day streams to advance stream operation. Code sample for blog - http://ashkrit.blogspot.com/2020/09/let-stream-flow.html
Learning test approach is used for exploring Streams feature. Examples are organized in chapters.
How to create streams.
Contains basic stream operations like map,filter,sort, collect,limit,skip
Example for how to debug stream.
Search related functions ( filter , anyMatch, nonMatch,allMatch,findAny,findFirst)
Basic collectors, this use collector available in language
Explore more advance collector patterns by mixing multiple collectors. All the collectors examples are based on groupby and partitionby
Create new collectors, some simple and advance collectors are created.
StringJoiner, TopXProduct , ZipCode Assignment , DeltaEncoding & SlidingWindow