Tuples (original) (raw)

scala.runtime.Tuples

object Tuples

Attributes

Source

Tuples.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Self type

Tuples.type

Members list

Value members

Concrete methods

def append(x: Any, self: Tuple): Tuple

Attributes

Source

Tuples.scala

def apply(self: Tuple, n: Int): Any

Attributes

Source

Tuples.scala

def concat[This <: Tuple, That <: Tuple](self: This, that: That): Tuple

Attributes

Source

Tuples.scala

def concatIterator(tup1: Tuple, tup2: Tuple): Iterator[Any]

Attributes

Source

Tuples.scala

def cons(x: Any, self: Tuple): Tuple

Attributes

Source

Tuples.scala

def consIterator(head: Any, tail: Tuple): Iterator[Any]

Attributes

Source

Tuples.scala

def drop(self: Tuple, n: Int): Tuple

Attributes

Source

Tuples.scala

def fromArray(xs: Array[Object]): Tuple

Attributes

Source

Tuples.scala

def fromIArray(xs: IArray[Object]): Tuple

Attributes

Source

Tuples.scala

def fromProduct(xs: Product): Tuple

Attributes

Source

Tuples.scala

def init(self: Tuple): Tuple

Attributes

Source

Tuples.scala

def isInstanceOfEmptyTuple(x: Any): Boolean

Attributes

Source

Tuples.scala

def isInstanceOfNonEmptyTuple(x: Any): Boolean

Attributes

Source

Tuples.scala

def isInstanceOfTuple(x: Any): Boolean

Attributes

Source

Tuples.scala

def last(self: Tuple): Any

Attributes

Source

Tuples.scala

def map[F[_]](self: Tuple, f: [t] => t => F[t]): Tuple

Attributes

Source

Tuples.scala

def productToArray(self: Product): Array[Object]

Attributes

Source

Tuples.scala

def reverse(self: Tuple): Tuple

Attributes

Source

Tuples.scala

def size(self: Tuple): Int

Attributes

Source

Tuples.scala

def splitAt(self: Tuple, n: Int): (Tuple, Tuple)

Attributes

Source

Tuples.scala

def tail(self: Tuple): Tuple

Attributes

Source

Tuples.scala

def take(self: Tuple, n: Int): Tuple

Attributes

Source

Tuples.scala

def toArray(self: Tuple): Array[Object]

Attributes

Source

Tuples.scala

def toIArray(self: Tuple): IArray[Object]

Attributes

Source

Tuples.scala

def zip(t1: Tuple, t2: Tuple): Tuple

Attributes

Source

Tuples.scala

Concrete fields

inline val MaxSpecialized: 22

Attributes

Source

Tuples.scala