scala.scalajs.js

Tuple9

sealed trait Tuple9[+T1, +T2, +T3, +T4, +T5, +T6, +T7, +T8, +T9] extends Object

A tuple "view" of 9 elements of a JavaScript Array.

Annotations
@RawJSType() @native()
See also

Tuple2

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tuple9
  2. Object
  3. Any
  4. AnyRef
  5. Any
Implicitly
  1. by toScalaTuple9
  2. by any2stringadd
  3. by any2stringfmt
  4. by any2ArrowAssoc
  5. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: scala.Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9], B)

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to ArrowAssoc[Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: scala.Any): Boolean

    Definition Classes
    Any
  8. val _1: T1

    Annotations
    @JSName( name = "0" )
  9. val _2: T2

    Annotations
    @JSName( name = "1" )
  10. val _3: T3

    Annotations
    @JSName( name = "2" )
  11. val _4: T4

    Annotations
    @JSName( name = "3" )
  12. val _5: T5

    Annotations
    @JSName( name = "4" )
  13. val _6: T6

    Annotations
    @JSName( name = "5" )
  14. val _7: T7

    Annotations
    @JSName( name = "6" )
  15. val _8: T8

    Annotations
    @JSName( name = "7" )
  16. val _9: T9

    Annotations
    @JSName( name = "8" )
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def ensuring(cond: (Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]) ⇒ Boolean, msg: ⇒ scala.Any): Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to Ensuring[Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]) ⇒ Boolean): Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to Ensuring[Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ scala.Any): Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to Ensuring[Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to Ensuring[Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(arg0: scala.Any): Boolean

    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def hasOwnProperty(v: String): Boolean

    Tests whether this object has the specified property as a direct property.

    Tests whether this object has the specified property as a direct property.

    Unlike js.Object.hasProperty, this method does not check down the object's prototype chain.

    MDN

    Definition Classes
    Object
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isPrototypeOf(v: Object): Boolean

    Tests whether this object is in the prototype chain of another object.

    Tests whether this object is in the prototype chain of another object.

    Definition Classes
    Object
  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. def productArity: Int

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to (T1, T2, T3, T4, T5, T6, T7, T8, T9) performed by method toScalaTuple9 in scala.scalajs.js.Tuple9.
    Definition Classes
    Product9 → Product
  36. def productElement(n: Int): scala.Any

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to (T1, T2, T3, T4, T5, T6, T7, T8, T9) performed by method toScalaTuple9 in scala.scalajs.js.Tuple9.
    Definition Classes
    Product9 → Product
    Annotations
    @throws( ... )
  37. def propertyIsEnumerable(v: String): Boolean

    Tests whether the specified property in an object can be enumerated by a call to js.Object.properties, with the exception of properties inherited through the prototype chain.

    Tests whether the specified property in an object can be enumerated by a call to js.Object.properties, with the exception of properties inherited through the prototype chain. If the object does not have the specified property, this method returns false.

    MDN

    Definition Classes
    Object
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toLocaleString(): String

    Definition Classes
    Object
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def valueOf(): scala.Any

    Definition Classes
    Object
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def [B](y: B): (Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9], B)

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to ArrowAssoc[Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: scala.Any

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tuple9: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: scala.Any

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tuple9: StringFormat).self
    Definition Classes
    StringFormat
  3. def toString(): String

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to (T1, T2, T3, T4, T5, T6, T7, T8, T9) performed by method toScalaTuple9 in scala.scalajs.js.Tuple9.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tuple9: (T1, T2, T3, T4, T5, T6, T7, T8, T9)).toString()
    Definition Classes
    Tuple9 → AnyRef → Any

Deprecated Value Members

  1. def x: Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to ArrowAssoc[Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tuple9: ArrowAssoc[Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]

    Implicit information
    This member is added by an implicit conversion from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to Ensuring[Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tuple9: Ensuring[Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from scala.Any

Inherited by implicit conversion toScalaTuple9 from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to (T1, T2, T3, T4, T5, T6, T7, T8, T9)

Inherited by implicit conversion any2stringadd from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to StringAdd

Inherited by implicit conversion any2stringfmt from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to ArrowAssoc[Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]]

Inherited by implicit conversion any2Ensuring from Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9] to Ensuring[Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]]

Ungrouped