InterleaveExtension<T> extension

on

Methods

interleave(Iterable<T> other) Iterable<T>
Returns the elements of this iterable interleaved with the elements of other.