AsyncExpandRecursive<T> extension

on

Methods

asyncExpandMultipleRecursive(Iterable<Stream<T> Function(StreamElement<T>)> mappers) Stream<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