XmlFlattenStreamExtension<T> extension

on

Methods

flatten() Stream<T>

Available on Stream<Iterable<T>>, provided by the XmlFlattenStreamExtension extension

Flattens a Stream of Iterable values of type T to a Stream of values of type T.