On this page
Class scala.runtime.Tuple3Zipped
@deprecated("Use scala.collection.LazyZip3.", "2.13.0")
final class Tuple3Zipped[El1, It1 <: Iterable[El1], El2, It2 <: Iterable[El2], El3, It3 <: Iterable[El3]](colls: (It1, It2, It3)) extends AnyVal with ZippedIterable3[El1, El2, El3]
Deprecated | |
---|---|
Supertypes |
Concrete methods
Source
Source
Source
Source
Source
Source
Definition Classes | ZippedIterable3 |
---|
Source
Source
Source
Definition Classes | Any |
---|
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/runtime/Tuple3Zipped.html