This library provides two streaming abstractions, where streaming can be understood as asynchronous iteration.
tink.streams.Stream<T>- the counterpart ofIterator<T>tink.streams.Streamable<T>- the couterpart ofIterable<T>
More documentation to be added ...