public interface StreamWindow<I,O>
Iterable<O> buffer(io.reactivex.Flowable<I> flowable)
StreamSource.flowable()}
call) and buffers it according to the window strategy.
Returns an iterable of data for the window. Depending on stream implementation,
the output could also be transformed. For example, the
FixedTimeStreamWindow
will pass windowed data to a subtransformation, and return the
transformed results.Copyright © 2024 Hitachi Vantara. All rights reserved.