sealed
trait
Tuple5[+T1, +T2, +T3, +T4, +T5] extends Object
Value Members
-
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Tuple5[T1, T2, T3, T4, T5], B)
-
-
val
_1: T1
-
val
_2: T2
-
val
_3: T3
-
val
_4: T4
-
val
_5: T5
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (Tuple5[T1, T2, T3, T4, T5]) ⇒ Boolean, msg: ⇒ scala.Any): Tuple5[T1, T2, T3, T4, T5]
-
def
ensuring(cond: (Tuple5[T1, T2, T3, T4, T5]) ⇒ Boolean): Tuple5[T1, T2, T3, T4, T5]
-
def
ensuring(cond: Boolean, msg: ⇒ scala.Any): Tuple5[T1, T2, T3, T4, T5]
-
def
ensuring(cond: Boolean): Tuple5[T1, T2, T3, T4, T5]
-
-
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hasOwnProperty(v: String): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
productArity: Int
-
def
productElement(n: Int): scala.Any
-
def
propertyIsEnumerable(v: String): Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toLocaleString(): String
-
def
toString(): String
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Tuple5[T1, T2, T3, T4, T5], B)
Shadowed Implicit Value Members
-
def
toString(): String
Inherited by implicit conversion toScalaTuple5 from
Tuple5[T1, T2, T3, T4, T5] to (T1, T2, T3, T4, T5)
Inherited by implicit conversion any2stringadd from
Tuple5[T1, T2, T3, T4, T5] to any2stringadd[Tuple5[T1, T2, T3, T4, T5]]
Inherited by implicit conversion StringFormat from
Tuple5[T1, T2, T3, T4, T5] to StringFormat[Tuple5[T1, T2, T3, T4, T5]]
Inherited by implicit conversion Ensuring from
Tuple5[T1, T2, T3, T4, T5] to Ensuring[Tuple5[T1, T2, T3, T4, T5]]
Inherited by implicit conversion ArrowAssoc from
Tuple5[T1, T2, T3, T4, T5] to ArrowAssoc[Tuple5[T1, T2, T3, T4, T5]]
A tuple "view" of 5 elements of a JavaScript Array.
Tuple2