scala.runtime.ZippedIterable2
See theZippedIterable2 companion trait
object ZippedIterable2
Attributes
- Companion
- trait
- Deprecated
-
[Since version 2.13.0]Use scala.collection.LazyZip2. - Source
- Tuple2Zipped.scala
- Graph
-
- Supertypes
- Self type
-
ZippedIterable2.type
Members list
Implicits
Implicits
implicit def zippedIterable2ToIterable[El1, El2](zz: ZippedIterable2[El1, El2]): Iterable[(El1, El2)]
Attributes
- Source
- Tuple2Zipped.scala
In this article