- Stream constructor
- Conversion to stream
- Conversion of slice of user structures to stream
- Array conversion to stream
- Array conversion to stream
- Basic stream attributes
- Contains method
- IndexOf and LastIndexOf methods
- Contains method for user struct stream
- IndexOf and LastIndexOf methods for user struct stream
- Take method
- Add and Drop methods
- Filtering of stream
- Lambda variant of example #13
- Map method and streams
- Lambda variant of example #14
- ForEach method and streams
- Sort method and streams
- Lambda variant of example #16
- Reverse method and streams
- Combination of more stream manipulators
- Improper combination of more stream manipulators
- Reduce method
- Lambda variant of example #20
- Max value computed using Reduce