Packages

t

endpoints

Tupler3

trait Tupler3 extends Tupler2

Source
Tupler.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tupler3
  2. Tupler2
  3. Tupler1
  4. AnyRef
  5. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. 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 ->[B](y: B): (Tupler3, B)
    Implicit
    This member is added by an implicit conversion from Tupler3 toArrowAssoc[Tupler3] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. implicit def ab[A, B]: Aux[A, B, (A, B)]
    Definition Classes
    Tupler1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def ensuring(cond: (Tupler3) => Boolean, msg: => Any): Tupler3
    Implicit
    This member is added by an implicit conversion from Tupler3 toEnsuring[Tupler3] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (Tupler3) => Boolean): Tupler3
    Implicit
    This member is added by an implicit conversion from Tupler3 toEnsuring[Tupler3] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): Tupler3
    Implicit
    This member is added by an implicit conversion from Tupler3 toEnsuring[Tupler3] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): Tupler3
    Implicit
    This member is added by an implicit conversion from Tupler3 toEnsuring[Tupler3] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Tupler3 toStringFormat[Tupler3] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. implicit def tupler1And2[A, B, C]: Aux[A, (B, C), (A, B, C)]
    Definition Classes
    Tupler2
  25. implicit def tupler1And4[A, B, C, D, E]: Tupler[A, (B, C, D, E)] { type Out = (A, B, C, D, E) }
  26. implicit def tupler2And1[A, B, C]: Aux[(A, B), C, (A, B, C)]
    Definition Classes
    Tupler2
  27. implicit def tupler2And2[A, B, C, D]: Aux[(A, B), (C, D), (A, B, C, D)]
  28. implicit def tupler2And3[A, B, C, D, E]: Tupler[(A, B), (C, D, E)] { type Out = (A, B, C, D, E) }
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def [B](y: B): (Tupler3, B)
    Implicit
    This member is added by an implicit conversion from Tupler3 toArrowAssoc[Tupler3] 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 Tupler2

Inherited from Tupler1

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringFormat fromTupler3 to StringFormat[Tupler3]

Inherited by implicit conversion Ensuring fromTupler3 to Ensuring[Tupler3]

Inherited by implicit conversion ArrowAssoc fromTupler3 to ArrowAssoc[Tupler3]

Ungrouped