ConcatAllExtension<T> extension

on

Methods

concatAll(Iterable<Iterable<T>> iterables) Iterable<T>
Concatenates this iterable and a provided iterable of iterables.