Packages

trait Tupler5 extends Tupler4

Source
Tupler.scala
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tupler5
  2. Tupler4
  3. TuplerAppend
  4. Tupler3
  5. Tupler2
  6. Tupler1
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Aux[A, B, Out0] = Tupler[A, B] { type Out = Out0 }
    Definition Classes
    Tupler1

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Tupler5 toany2stringadd[Tupler5] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Tupler5, B)
    Implicit
    This member is added by an implicit conversion from Tupler5 toArrowAssoc[Tupler5] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. implicit def ab[A, B]: Aux[A, B, (A, B)]
    Definition Classes
    Tupler1
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def ensuring(cond: (Tupler5) => Boolean, msg: => Any): Tupler5
    Implicit
    This member is added by an implicit conversion from Tupler5 toEnsuring[Tupler5] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (Tupler5) => Boolean): Tupler5
    Implicit
    This member is added by an implicit conversion from Tupler5 toEnsuring[Tupler5] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: => Any): Tupler5
    Implicit
    This member is added by an implicit conversion from Tupler5 toEnsuring[Tupler5] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): Tupler5
    Implicit
    This member is added by an implicit conversion from Tupler5 toEnsuring[Tupler5] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. implicit def leftUnit[A]: Aux[Unit, A, A]
    Definition Classes
    Tupler4
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. implicit def rightUnit[A]: Aux[A, Unit, A]
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. implicit def tupler10Append[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11]: Tupler[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10), T11] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) }

    A Tupler that appends an element to an existing tuple of size 10.

    A Tupler that appends an element to an existing tuple of size 10.

    Definition Classes
    TuplerAppend
  26. implicit def tupler11Append[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12]: Tupler[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11), T12] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) }

    A Tupler that appends an element to an existing tuple of size 11.

    A Tupler that appends an element to an existing tuple of size 11.

    Definition Classes
    TuplerAppend
  27. implicit def tupler12Append[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13]: Tupler[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12), T13] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) }

    A Tupler that appends an element to an existing tuple of size 12.

    A Tupler that appends an element to an existing tuple of size 12.

    Definition Classes
    TuplerAppend
  28. implicit def tupler13Append[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14]: Tupler[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13), T14] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) }

    A Tupler that appends an element to an existing tuple of size 13.

    A Tupler that appends an element to an existing tuple of size 13.

    Definition Classes
    TuplerAppend
  29. implicit def tupler14Append[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]: Tupler[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14), T15] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) }

    A Tupler that appends an element to an existing tuple of size 14.

    A Tupler that appends an element to an existing tuple of size 14.

    Definition Classes
    TuplerAppend
  30. implicit def tupler15Append[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16]: Tupler[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15), T16] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) }

    A Tupler that appends an element to an existing tuple of size 15.

    A Tupler that appends an element to an existing tuple of size 15.

    Definition Classes
    TuplerAppend
  31. implicit def tupler16Append[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17]: Tupler[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16), T17] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) }

    A Tupler that appends an element to an existing tuple of size 16.

    A Tupler that appends an element to an existing tuple of size 16.

    Definition Classes
    TuplerAppend
  32. implicit def tupler17Append[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18]: Tupler[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17), T18] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) }

    A Tupler that appends an element to an existing tuple of size 17.

    A Tupler that appends an element to an existing tuple of size 17.

    Definition Classes
    TuplerAppend
  33. implicit def tupler18Append[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19]: Tupler[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18), T19] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) }

    A Tupler that appends an element to an existing tuple of size 18.

    A Tupler that appends an element to an existing tuple of size 18.

    Definition Classes
    TuplerAppend
  34. implicit def tupler19Append[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20]: Tupler[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19), T20] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) }

    A Tupler that appends an element to an existing tuple of size 19.

    A Tupler that appends an element to an existing tuple of size 19.

    Definition Classes
    TuplerAppend
  35. implicit def tupler1And2[A, B, C]: Aux[A, (B, C), (A, B, C)]
    Definition Classes
    Tupler2
  36. implicit def tupler1And3[A, B, C, D]: Aux[A, (B, C, D), (A, B, C, D)]
    Definition Classes
    Tupler2
  37. implicit def tupler1And4[A, B, C, D, E]: Tupler[A, (B, C, D, E)] { type Out = (A, B, C, D, E) }
    Definition Classes
    Tupler3
  38. implicit def tupler20Append[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21]: Tupler[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20), T21] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) }

    A Tupler that appends an element to an existing tuple of size 20.

    A Tupler that appends an element to an existing tuple of size 20.

    Definition Classes
    TuplerAppend
  39. implicit def tupler21Append[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22]: Tupler[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21), T22] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) }

    A Tupler that appends an element to an existing tuple of size 21.

    A Tupler that appends an element to an existing tuple of size 21.

    Definition Classes
    TuplerAppend
  40. implicit def tupler2And1[A, B, C]: Aux[(A, B), C, (A, B, C)]
    Definition Classes
    Tupler2
  41. implicit def tupler2And2[A, B, C, D]: Aux[(A, B), (C, D), (A, B, C, D)]
    Definition Classes
    Tupler3
  42. implicit def tupler2And3[A, B, C, D, E]: Tupler[(A, B), (C, D, E)] { type Out = (A, B, C, D, E) }
    Definition Classes
    Tupler3
  43. implicit def tupler3Append[T1, T2, T3, T4]: Tupler[(T1, T2, T3), T4] { type Out = (T1, T2, T3, T4) }

    A Tupler that appends an element to an existing tuple of size 3.

    A Tupler that appends an element to an existing tuple of size 3.

    Definition Classes
    TuplerAppend
  44. implicit def tupler4Append[T1, T2, T3, T4, T5]: Tupler[(T1, T2, T3, T4), T5] { type Out = (T1, T2, T3, T4, T5) }

    A Tupler that appends an element to an existing tuple of size 4.

    A Tupler that appends an element to an existing tuple of size 4.

    Definition Classes
    TuplerAppend
  45. implicit def tupler5Append[T1, T2, T3, T4, T5, T6]: Tupler[(T1, T2, T3, T4, T5), T6] { type Out = (T1, T2, T3, T4, T5, T6) }

    A Tupler that appends an element to an existing tuple of size 5.

    A Tupler that appends an element to an existing tuple of size 5.

    Definition Classes
    TuplerAppend
  46. implicit def tupler6Append[T1, T2, T3, T4, T5, T6, T7]: Tupler[(T1, T2, T3, T4, T5, T6), T7] { type Out = (T1, T2, T3, T4, T5, T6, T7) }

    A Tupler that appends an element to an existing tuple of size 6.

    A Tupler that appends an element to an existing tuple of size 6.

    Definition Classes
    TuplerAppend
  47. implicit def tupler7Append[T1, T2, T3, T4, T5, T6, T7, T8]: Tupler[(T1, T2, T3, T4, T5, T6, T7), T8] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8) }

    A Tupler that appends an element to an existing tuple of size 7.

    A Tupler that appends an element to an existing tuple of size 7.

    Definition Classes
    TuplerAppend
  48. implicit def tupler8Append[T1, T2, T3, T4, T5, T6, T7, T8, T9]: Tupler[(T1, T2, T3, T4, T5, T6, T7, T8), T9] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8, T9) }

    A Tupler that appends an element to an existing tuple of size 8.

    A Tupler that appends an element to an existing tuple of size 8.

    Definition Classes
    TuplerAppend
  49. implicit def tupler9Append[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10]: Tupler[(T1, T2, T3, T4, T5, T6, T7, T8, T9), T10] { type Out = (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) }

    A Tupler that appends an element to an existing tuple of size 9.

    A Tupler that appends an element to an existing tuple of size 9.

    Definition Classes
    TuplerAppend
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Tupler5 toStringFormat[Tupler5] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (Tupler5, B)
    Implicit
    This member is added by an implicit conversion from Tupler5 toArrowAssoc[Tupler5] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Tupler4

Inherited from TuplerAppend

Inherited from Tupler3

Inherited from Tupler2

Inherited from Tupler1

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromTupler5 to any2stringadd[Tupler5]

Inherited by implicit conversion StringFormat fromTupler5 to StringFormat[Tupler5]

Inherited by implicit conversion Ensuring fromTupler5 to Ensuring[Tupler5]

Inherited by implicit conversion ArrowAssoc fromTupler5 to ArrowAssoc[Tupler5]

Ungrouped