emitAll abstract method

void emitAll(
  1. Iterable<T> values
)

Emits all of the values

Implementation

void emitAll(Iterable<T> values);