Trait/Object

scala.scalajs.js

Tuple5

Related Docs: object Tuple5 | package js

Permalink

sealed trait Tuple5[+T1, +T2, +T3, +T4, +T5] extends Object

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

Annotations
@RawJSType() @native()
See also

Tuple2

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tuple5
  2. Object
  3. Any
  4. AnyRef
  5. Any
Implicitly
  1. by toScalaTuple5
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tuple5[T1, T2, T3, T4, T5] to any2stringadd[Tuple5[T1, T2, T3, T4, T5]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Tuple5[T1, T2, T3, T4, T5], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tuple5[T1, T2, T3, T4, T5] to ArrowAssoc[Tuple5[T1, T2, T3, T4, T5]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val _1: T1

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

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

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

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

    Permalink
    Annotations
    @JSName( name = "4" )
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def ensuring(cond: (Tuple5[T1, T2, T3, T4, T5]) ⇒ Boolean, msg: ⇒ scala.Any): Tuple5[T1, T2, T3, T4, T5]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tuple5[T1, T2, T3, T4, T5] to Ensuring[Tuple5[T1, T2, T3, T4, T5]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Tuple5[T1, T2, T3, T4, T5]) ⇒ Boolean): Tuple5[T1, T2, T3, T4, T5]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tuple5[T1, T2, T3, T4, T5] to Ensuring[Tuple5[T1, T2, T3, T4, T5]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ scala.Any): Tuple5[T1, T2, T3, T4, T5]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tuple5[T1, T2, T3, T4, T5] to Ensuring[Tuple5[T1, T2, T3, T4, T5]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Tuple5[T1, T2, T3, T4, T5]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tuple5[T1, T2, T3, T4, T5] to Ensuring[Tuple5[T1, T2, T3, T4, T5]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink

    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
  23. def hashCode(): Int

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

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

    Permalink

    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
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def productArity: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tuple5[T1, T2, T3, T4, T5] to (T1, T2, T3, T4, T5) performed by method toScalaTuple5 in scala.scalajs.js.Tuple5.
    Definition Classes
    Product5 → Product
  30. def productElement(n: Int): scala.Any

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tuple5[T1, T2, T3, T4, T5] to (T1, T2, T3, T4, T5) performed by method toScalaTuple5 in scala.scalajs.js.Tuple5.
    Definition Classes
    Product5 → Product
    Annotations
    @throws( ... )
  31. def propertyIsEnumerable(v: String): Boolean

    Permalink

    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
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  34. def toString(): String

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

    Permalink
    Definition Classes
    Object
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def [B](y: B): (Tuple5[T1, T2, T3, T4, T5], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tuple5[T1, T2, T3, T4, T5] to ArrowAssoc[Tuple5[T1, T2, T3, T4, T5]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tuple5[T1, T2, T3, T4, T5] to (T1, T2, T3, T4, T5) performed by method toScalaTuple5 in scala.scalajs.js.Tuple5.
    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:
    (tuple5: (T1, T2, T3, T4, T5)).toString()
    Definition Classes
    Tuple5 → AnyRef → Any

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from scala.Any

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]]

Ungrouped