Join streams, but ignore the payload of the input streams.
Join streams, concatenating their data bitwise in the order they are provided by the input sequence.
Join streams, concatenating their data bitwise in the order they are provided by the input sequence.
The type of the resulting stream. Its bit length must be equal to the sum of the bit length of all input streams.
Join streams, but ignore the payload and replace it with a custom one.
Join streams, but ignore the payload and replace it with a custom one.
The payload of the resulting stream
(Since version ) see corresponding Javadoc for more information.
Join multiple streams into one. The resulting stream will only fire if all of them fire, so you may want to buffer the inputs.