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