ManySelector<TSource, TResult> typedef

Iterable<TResult> ManySelector (TSource element)

Takes an element of type TSource and transforms it into an Iterable of type , returning the result of the transformation.

Implementation

typedef Iterable<TResult> ManySelector<TSource, TResult>(TSource element);