zio.stream.experimental.ZStream
A ZStreamConstructor[Input] knows how to construct a ZStream value from an input of type Input. This allows the type of the ZStream value constructed to depend on Input.
ZStreamConstructor[Input]
ZStream
Input
The type of the ZStream value.
Constructs a ZStream value from the specified input.
A
ZStreamConstructor[Input]knows how to construct aZStreamvalue from an input of typeInput. This allows the type of theZStreamvalue constructed to depend onInput.