Scala Standard Library 2.13.15 - scala.Tuple15 (original) (raw)

final case class Tuple15[+T1, +T2, +T3, +T4, +T5, +T6, +T7, +T8, +T9, +T10, +T11, +T12, +T13, +T14, +T15](_1: T1, _2: T2, _3: T3, _4: T4, _5: T5, _6: T6, _7: T7, _8: T8, _9: T9, _10: T10, _11: T11, _12: T12, _13: T13, _14: T14, _15: T15) extends Product15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15] with Product with Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Tuple15
  2. Serializable
  3. Product15
  4. Product
  5. Equals
  6. AnyRef
  7. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Instance Constructors

  1. new Tuple15(_1: T1, _2: T2, _3: T3, _4: T4, _5: T5, _6: T6, _7: T7, _8: T8, _9: T9, _10: T10, _11: T11, _12: T12, _13: T13, _14: T14, _15: T15)

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. def +(other: String): String
  4. def ->[B](y: B): ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15), B)
  5. final def ==(arg0: Any): Boolean
  6. val _1: T1
  7. val _10: T10
  8. val _11: T11
  9. val _12: T12
  10. val _13: T13
  11. val _14: T14
  12. val _15: T15
  13. val _2: T2
  14. val _3: T3
  15. val _4: T4
  16. val _5: T5
  17. val _6: T6
  18. val _7: T7
  19. val _8: T8
  20. val _9: T9
  21. final def asInstanceOf[T0]: T0
  22. def clone(): AnyRef
  23. def ensuring(cond: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)) => Boolean, msg: => Any): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
  24. def ensuring(cond: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)) => Boolean): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
  25. def ensuring(cond: Boolean, msg: => Any): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
  26. def ensuring(cond: Boolean): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
  27. final def eq(arg0: AnyRef): Boolean
  28. def finalize(): Unit
  29. final def getClass(): Class[_ <: AnyRef]
  30. final def isInstanceOf[T0]: Boolean
  31. final def ne(arg0: AnyRef): Boolean
  32. final def notify(): Unit
  33. final def notifyAll(): Unit
  34. def productArity: Int
  35. def productElement(n: Int): Any
  36. def productElementNames: Iterator[String]
  37. final def synchronized[T0](arg0: => T0): T0
  38. def toString(): String
  39. final def wait(): Unit
  40. final def wait(arg0: Long, arg1: Int): Unit
  41. final def wait(arg0: Long): Unit

Deprecated Value Members

  1. def formatted(fmtstr: String): String
  2. def →[B](y: B): ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15), B)

Inherited from java.io.Serializable

Inherited from Product15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) to any2stringadd[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)]

Inherited by implicit conversion StringFormat from(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) to StringFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)]

Inherited by implicit conversion Ensuring from(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) to Ensuring[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)]

Inherited by implicit conversion ArrowAssoc from(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) to ArrowAssoc[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)]

Ungrouped