mapAsStream method
Iterable elements with support async and emits each forEach
async ends.
Implementation
Stream<V> mapAsStream(Future<V> Function(V element) forEach,
[int parallels = 1]) =>
fn.mapAsStream(this, forEach, parallels);
Iterable elements with support async and emits each forEach
async ends.
Stream<V> mapAsStream(Future<V> Function(V element) forEach,
[int parallels = 1]) =>
fn.mapAsStream(this, forEach, parallels);