scala.collection.IterableViewLike

trait ZippedAll

[source: scala/collection/IterableViewLike.scala]

trait ZippedAll[A1 >: A, B]
extends Transformed[(A1, B)] with AnyRef
Direct Known Subclasses:
SeqViewLike.ZippedAll

Value Summary
protected[this] abstract val other : Iterable[B]
protected[this] abstract val thatElem : B
protected[this] abstract val thisElem : A1
Values and Variables inherited from Transformed
underlying
Method Summary
override def iterator : Iterator[(A1, B)]
Creates a new iterator over all elements contained in this iterable object.
Methods inherited from IterableViewLike
zip, zipWithIndex, zipAll, newZipped, newZippedAll, newAppended, newMapped, newFlatMapped, newFiltered, newSliced, newDroppedWhile, newTakenWhile, stringPrefix
Methods inherited from TraversableViewLike
newBuilder, force, ++, ++, map, flatMap, filter, init, drop, take, slice, dropWhile, takeWhile, span, splitAt
Methods inherited from Iterable
companion
Methods inherited from IterableLike
thisCollection, toCollection, elements, foreach, forall, exists, find, isEmpty, foldRight, reduceRight, toIterable, head, takeRight, dropRight, copyToArray, sameElements, toStream, canEqual, view, view, first, firstOption, projection
Methods inherited from GenericTraversableTemplate
genericBuilder, unzip, flatten, transpose
Methods inherited from TraversableLike
repr, nonEmpty, size, hasDefiniteSize, filterNot, partialMap, remove, partition, groupBy, count, foldLeft, /:, :\, reduceLeft, reduceLeftOption, reduceRightOption, sum, product, min, max, headOption, tail, last, lastOption, copyToBuffer, copyToArray, toArray, toList, toSeq, toIndexedSeq, toSet, mkString, mkString, mkString, addString, addString, addString, toString, withFilter
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
protected[this] abstract val other : Iterable[B]

protected[this] abstract val thisElem : A1

protected[this] abstract val thatElem : B

Method Details
override def iterator : Iterator[(A1, B)]
Creates a new iterator over all elements contained in this iterable object.
Returns
the new iterator