scala.runtime.Tuple2Zipped
See theTuple2Zipped companion object
final class Tuple2Zipped[El1, It1 <: Iterable[El1], El2, It2 <: Iterable[El2]](colls: (It1, It2)) extends AnyVal, ZippedIterable2[El1, El2]
Attributes
- Companion
- object
- Deprecated
- true
- Source
- Tuple2Zipped.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Source
- Tuple2Zipped.scala
Attributes
- Source
- Tuple2Zipped.scala
Attributes
- Source
- Tuple2Zipped.scala
Attributes
- Source
- Tuple2Zipped.scala
Attributes
- Source
- Tuple2Zipped.scala
Attributes
- Definition Classes
- Source
- Tuple2Zipped.scala
Attributes
- Source
- Tuple2Zipped.scala
Attributes
- Source
- Tuple2Zipped.scala
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
- Tuple2Zipped.scala
In this article