case class Zip [ A, B ]
extends View

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

Constructors

Zip ( underlying: Iterable [ A ] , other: IterableOnce [ B ] )

Members

val other : IterableOnce [ B ]
val underlying : Iterable [ A ]
def _1 : T1
def _2 : T2
def copy ( underlying: Iterable [ A ] , other: IterableOnce [ B ] ) : Zip [ A, B ]
def copy$default$1 : Iterable [ A ]
def copy$default$2 : IterableOnce [ B ]
def iterator : Iterator [ A ]
override def knownSize : Int

The number of elements in this collection, if it can be cheaply computed, -1 otherwise. Cheaply usually means: Not requiring a collection traversal.

The number of elements in this collection, if it can be cheaply computed, -1 otherwise. Cheaply usually means: Not requiring a collection traversal.