SelectManyExtension<T> extension

on

Methods

selectMany<TResult>(Iterable<TResult> selector(T element, int index)) Iterable<TResult>
Maps elements in an iterable to collections and then flattens those collections into a single iterable.