FlatMapExtension<T> extension

on

Methods

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