AsyncMapExtension<T> extension

on

Methods

asyncMap<R>(Future<R> pred(T), {String name = 'asyncMap', SeedCallback<R>? seed, int retention = 0, int concurrency = 1, bool? cancelOnError, bool bubbleCancellation = true}) OffsetIterator<R>