Tuples (original) (raw)
scala.runtime.Tuples
object Tuples
Attributes
Source
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
def apply(self: Tuple, n: Int): Any
Attributes
Source
def concat[This <: Tuple, That <: Tuple](self: This, that: That): Tuple
Attributes
Source
def concatIterator(tup1: Tuple, tup2: Tuple): Iterator[Any]
Attributes
Source
def cons(x: Any, self: Tuple): Tuple
Attributes
Source
def consIterator(head: Any, tail: Tuple): Iterator[Any]
Attributes
Source
def drop(self: Tuple, n: Int): Tuple
Attributes
Source
def fromArray(xs: Array[Object]): Tuple
Attributes
Source
def fromIArray(xs: IArray[Object]): Tuple
Attributes
Source
def fromProduct(xs: Product): Tuple
Attributes
Source
Attributes
Source
def isInstanceOfEmptyTuple(x: Any): Boolean
Attributes
Source
def isInstanceOfNonEmptyTuple(x: Any): Boolean
Attributes
Source
def isInstanceOfTuple(x: Any): Boolean
Attributes
Source
Attributes
Source
def map[F[_]](self: Tuple, f: [t] => t => F[t]): Tuple
Attributes
Source
def productToArray(self: Product): Array[Object]
Attributes
Source
def reverse(self: Tuple): Tuple
Attributes
Source
Attributes
Source
def splitAt(self: Tuple, n: Int): (Tuple, Tuple)
Attributes
Source
Attributes
Source
def take(self: Tuple, n: Int): Tuple
Attributes
Source
def toArray(self: Tuple): Array[Object]
Attributes
Source
def toIArray(self: Tuple): IArray[Object]
Attributes
Source
def zip(t1: Tuple, t2: Tuple): Tuple
Attributes
Source
Concrete fields
inline val MaxSpecialized: 22
Attributes
Source