IterableFlatMap<E> extension

on

Methods

flatMap<R>(Iterable<R> transform(E element)) Iterable<R>
Returns a new lazy Iterable of all elements yielded from results of transform function being invoked on each element of this collection.