TransformExtension<T> extension

on

Methods

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