ActionStream<Chunk, Response> constructor
ActionStream<Chunk, Response> (
- Stream<
Chunk> stream
Creates a new ActionStream from a Stream of chunks.
Implementation
ActionStream(super.stream);