Quick Start
Get started in just a few seconds!
Installation
pip install streams.pypip install 'streams.py[all]'from pystreamapi import StreamBuild a new Stream
Stream.of()
Stream.of()Stream.parallel_of()
Stream.parallel_of()Stream.sequential.of()
Stream.sequential.of()Stream.of_noneable()
Stream.of_noneable()Stream.iterate()
Stream.iterate()Stream.concat()
Stream.concat()Last updated