InterleaveAllExtension<T> extension

on

Methods

interleaveAll(Iterable<Iterable<T>> others) Iterable<T>
Returns the elements of this iterable interleaved with the elements of every iterable in others.