ZippedIterable2 (original) (raw)
scala.runtime.ZippedIterable2
See theZippedIterable2 companion trait
object ZippedIterable2
Attributes
Companion
Deprecated
[Since version 2.13.0]
Use scala.collection.LazyZip2.
Source
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ZippedIterable2.type
Members list
Implicits
Implicits
implicit def zippedIterable2ToIterable[El1, El2](zz: ZippedIterable2[El1, El2]): Iterable[(El1, El2)]
Attributes
Source