case class Zip [ A, B ]
extends View

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 knownLength : Int