Tuple3Zipped

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
true
Source
Tuple3Zipped.scala
Graph
Supertypes
trait ZippedIterable3[El1, El2, El3]
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def exists(p: (El1, El2, El3) => Boolean): Boolean

Attributes

Source
Tuple3Zipped.scala
def filter[To1, To2, To3](f: (El1, El2, El3) => Boolean)(implicit bf1: BuildFrom[It1, El1, To1], bf2: BuildFrom[It2, El2, To2], bf3: BuildFrom[It3, El3, To3]): (To1, To2, To3)

Attributes

Source
Tuple3Zipped.scala
def flatMap[B, To](f: (El1, El2, El3) => IterableOnce[B])(implicit bf: BuildFrom[It1, B, To]): To

Attributes

Source
Tuple3Zipped.scala
def forall(p: (El1, El2, El3) => Boolean): Boolean

Attributes

Source
Tuple3Zipped.scala
def foreach[U](f: (El1, El2, El3) => U): Unit

Attributes

Source
Tuple3Zipped.scala
override def isEmpty: Boolean

Attributes

Definition Classes
Source
Tuple3Zipped.scala
def iterator: Iterator[(El1, El2, El3)]

Attributes

Source
Tuple3Zipped.scala
def map[B, To](f: (El1, El2, El3) => B)(implicit bf: BuildFrom[It1, B, To]): To

Attributes

Source
Tuple3Zipped.scala
override def toString: String

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
Source
Tuple3Zipped.scala