IterableZip<E> extension

on

Methods

zip<R, V>(Iterable<R> other, V transform(E a, R b)) Iterable<V>
Returns a new lazy Iterable of values built from the elements of this collection and the other collection with the same index.