AsyncExpandRecursive<T> extension
- on
-
- Stream<
T>
- Stream<
Methods
-
asyncExpandMultipleRecursive(
Iterable< Stream< mappers) → Stream<T> Function(StreamElement<T> )>T> -
Available on Stream<
T> , provided by the AsyncExpandRecursive extension -
asyncExpandRecursive(
Stream< T> mapper(StreamElement<T> )) → Stream<T> -
Available on Stream<
T> , provided by the AsyncExpandRecursive extension