sealed
trait
Tuple4[+T1, +T2, +T3, +T4] extends Object
Value Members
-
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Tuple4[T1, T2, T3, T4], B)
-
-
val
_1: T1
-
val
_2: T2
-
val
_3: T3
-
val
_4: T4
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (Tuple4[T1, T2, T3, T4]) ⇒ Boolean, msg: ⇒ scala.Any): Tuple4[T1, T2, T3, T4]
-
def
ensuring(cond: (Tuple4[T1, T2, T3, T4]) ⇒ Boolean): Tuple4[T1, T2, T3, T4]
-
def
ensuring(cond: Boolean, msg: ⇒ scala.Any): Tuple4[T1, T2, T3, T4]
-
def
ensuring(cond: Boolean): Tuple4[T1, T2, T3, T4]
-
-
-
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): (Tuple4[T1, T2, T3, T4], B)
Shadowed Implicit Value Members
-
def
toString(): String
Inherited by implicit conversion toScalaTuple4 from
Tuple4[T1, T2, T3, T4] to (T1, T2, T3, T4)
Inherited by implicit conversion any2stringadd from
Tuple4[T1, T2, T3, T4] to any2stringadd[Tuple4[T1, T2, T3, T4]]
Inherited by implicit conversion StringFormat from
Tuple4[T1, T2, T3, T4] to StringFormat[Tuple4[T1, T2, T3, T4]]
Inherited by implicit conversion Ensuring from
Tuple4[T1, T2, T3, T4] to Ensuring[Tuple4[T1, T2, T3, T4]]
Inherited by implicit conversion ArrowAssoc from
Tuple4[T1, T2, T3, T4] to ArrowAssoc[Tuple4[T1, T2, T3, T4]]
A tuple "view" of 4 elements of a JavaScript Array.
Tuple2