FlatMap<T> extension

on

Methods

flatMap<U>(Iterable<U> mapper(T element)) Iterable<U>

Available on Iterable<T>, provided by the FlatMap extension