emitStream abstract method

void emitStream(
  1. Stream<T> stream
)

Emits values of the stream

Implementation

void emitStream(Stream<T> stream);