scala.runtime.Tuple3Zipped
See theTuple3Zipped companion object
final class Tuple3Zipped[El1, It1 <: Iterable[El1], El2, It2 <: Iterable[El2], El3, It3 <: Iterable[El3]](colls: (It1, It2, It3)) extends AnyVal, ZippedIterable3[El1, El2, El3]
Attributes
-
Companion
-
object
-
Deprecated
-
[Since version 2.13.0] Use scala.collection.LazyZip3.
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
Members list
Attributes
-
Definition Classes
-
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
-
Returns
-
a string representation of the object.
-
Definition Classes
-
Any