concatInputStreamFor

Function to obtain a concatenating input stream that reads from stream1, and then stream2.

concatInputStreamFor
(
S1
S2
)

Parameters

stream1 S1

The first stream to read from.

stream2 S2

The second stream to read from.

Return Value

Type: ConcatInputStream!(StreamType!S1, S1, S2)

The concatenating input stream.

Meta