
Sample code for article @codenerve.com
-
Basic operations on lists
- sorting
- filtering
- basic filter
- multiple filter
- expanding filter
- predicate
- findAny
- findFirst
- orElse
- map
- collect
- reduce
- count
- min/max
-
Basic operations on Maps
-
Getting a stream of an array
-
Getting a stream of a file
-
Stream builders
-
Parallel streams