ConcatExtension<T> extension

on

Methods

concat(Iterable<T> other) Iterable<T>
Concatenates this iterable and another iterables. [...]
concat2(Iterable<T> c1, Iterable<T> c2) Iterable<T>
Concatenates this iterable and two another iterables. [...]
concat3(Iterable<T> c1, Iterable<T> c2, Iterable<T> c3) Iterable<T>
Concatenates this iterable and three another iterables. [...]
concat4(Iterable<T> c1, Iterable<T> c2, Iterable<T> c3, Iterable<T> c4) Iterable<T>
Concatenates this iterable and four another iterables. [...]
concat5(Iterable<T> c1, Iterable<T> c2, Iterable<T> c3, Iterable<T> c4, Iterable<T> c5) Iterable<T>
Concatenates this iterable and five another iterables. [...]
concat6(Iterable<T> c1, Iterable<T> c2, Iterable<T> c3, Iterable<T> c4, Iterable<T> c5, Iterable<T> c6) Iterable<T>
Concatenates this iterable and six another iterables. [...]
concat7(Iterable<T> c1, Iterable<T> c2, Iterable<T> c3, Iterable<T> c4, Iterable<T> c5, Iterable<T> c6, Iterable<T> c7) Iterable<T>
Concatenates this iterable and seven another iterables. [...]
concat8(Iterable<T> c1, Iterable<T> c2, Iterable<T> c3, Iterable<T> c4, Iterable<T> c5, Iterable<T> c6, Iterable<T> c7, Iterable<T> c8) Iterable<T>
Concatenates this iterable and eight another iterables. [...]
concat9(Iterable<T> c1, Iterable<T> c2, Iterable<T> c3, Iterable<T> c4, Iterable<T> c5, Iterable<T> c6, Iterable<T> c7, Iterable<T> c8, Iterable<T> c9) Iterable<T>
Concatenates this iterable and nine another iterables. [...]