final object Zip

A view that zips elements of the underlying collection with the elements of another collection or iterator.

Constructors

Members

def apply ( underlying: Iterable [ A ] , other: IterableOnce [ B ] ) : Zip [ A, B ]
def unapply ( x$1: Zip [ A, B ] ) : Zip [ A, B ]