FlatMapIterableExtension<E> extension

on

Methods

flatMap<T>(Iterable<T> callback(E element)) Iterable<T>
Maps each element of this Iterable using a mapping function to zero or more elements, then flattens the result into a continuous iterable.