IterableZip<E> extension

on

Methods

zip<R, V>(Iterable<R> other, V transform(E a, R b)) Iterable<V>

Available on Iterable<E>, provided by the IterableZip extension

Returns a new lazy Iterable of values built from the elements of this collection and the other collection with the same index.