case class Zip [ A, B ]
extends Iterator

Constructors

Zip ( underlying: Iterator [ A ] , other: Iterator [ B ] )

Members

[+] val other : Iterator [ B ]
[+] override val underlying : Iterator [ A ]

If this iterator results from applying a transfomation to another iterator, that other iterator, otherwise the iterator itself.

If this iterator results from applying a transfomation to another iterator, that other iterator, otherwise the iterator itself.

[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( underlying: Iterator [ A ] , other: Iterator [ B ] ) : Zip [ A, B ]
[+] def copy$default$1 : Iterator [ A ]
[+] def copy$default$2 : Iterator [ B ]
[+] def hasNext : Boolean
[+] override def remaining : Int

If the number of elements still to be returned by this iterator is known, that number, otherwise -1.

If the number of elements still to be returned by this iterator is known, that number, otherwise -1.