ManySelector<TSource, TResult> typedef
Takes an element of type TSource
and transforms it into an Iterable
of
type
Implementation
typedef Iterable<TResult> ManySelector<TSource, TResult>(TSource element);
Takes an element of type TSource
and transforms it into an Iterable
of
type
typedef Iterable<TResult> ManySelector<TSource, TResult>(TSource element);