Tuple3Zipped (original) (raw)
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
Deprecated
[Since version 2.13.0]
Use scala.collection.LazyZip3.
Source
Graph
Supertypes
Members list
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
Source
In this article