Object

qgame.engine.libs

Tuples

Related Doc: package libs

Permalink

object Tuples

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tuples
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final case class Tuple1[T1](t1: T1) extends Product with Serializable

    Permalink

    Java Tuple1 container.

    Java Tuple1 container.

    Annotations
    @SerialVersionUID()
  2. final case class Tuple10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10) extends Product with Serializable

    Permalink

    Java Tuple10 container.

    Java Tuple10 container.

    Annotations
    @SerialVersionUID()
  3. final case class Tuple11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11) extends Product with Serializable

    Permalink

    Java Tuple11 container.

    Java Tuple11 container.

    Annotations
    @SerialVersionUID()
  4. final case class Tuple12[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12) extends Product with Serializable

    Permalink

    Java Tuple12 container.

    Java Tuple12 container.

    Annotations
    @SerialVersionUID()
  5. final case class Tuple13[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13) extends Product with Serializable

    Permalink

    Java Tuple13 container.

    Java Tuple13 container.

    Annotations
    @SerialVersionUID()
  6. final case class Tuple14[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14) extends Product with Serializable

    Permalink

    Java Tuple14 container.

    Java Tuple14 container.

    Annotations
    @SerialVersionUID()
  7. final case class Tuple15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15) extends Product with Serializable

    Permalink

    Java Tuple15 container.

    Java Tuple15 container.

    Annotations
    @SerialVersionUID()
  8. final case class Tuple16[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16) extends Product with Serializable

    Permalink

    Java Tuple16 container.

    Java Tuple16 container.

    Annotations
    @SerialVersionUID()
  9. final case class Tuple17[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17) extends Product with Serializable

    Permalink

    Java Tuple17 container.

    Java Tuple17 container.

    Annotations
    @SerialVersionUID()
  10. final case class Tuple18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18) extends Product with Serializable

    Permalink

    Java Tuple18 container.

    Java Tuple18 container.

    Annotations
    @SerialVersionUID()
  11. final case class Tuple19[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, t19: T19) extends Product with Serializable

    Permalink

    Java Tuple19 container.

    Java Tuple19 container.

    Annotations
    @SerialVersionUID()
  12. final case class Tuple2[T1, T2](t1: T1, t2: T2) extends Product with Serializable

    Permalink

    Java Tuple2 container.

    Java Tuple2 container.

    Annotations
    @SerialVersionUID()
  13. final case class Tuple20[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, t19: T19, t20: T20) extends Product with Serializable

    Permalink

    Java Tuple20 container.

    Java Tuple20 container.

    Annotations
    @SerialVersionUID()
  14. final case class Tuple21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, t19: T19, t20: T20, t21: T21) extends Product with Serializable

    Permalink

    Java Tuple21 container.

    Java Tuple21 container.

    Annotations
    @SerialVersionUID()
  15. final case class Tuple22[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, t19: T19, t20: T20, t21: T21, t22: T22) extends Product with Serializable

    Permalink

    Java Tuple22 container.

    Java Tuple22 container.

    Annotations
    @SerialVersionUID()
  16. final case class Tuple3[T1, T2, T3](t1: T1, t2: T2, t3: T3) extends Product with Serializable

    Permalink

    Java Tuple3 container.

    Java Tuple3 container.

    Annotations
    @SerialVersionUID()
  17. final case class Tuple4[T1, T2, T3, T4](t1: T1, t2: T2, t3: T3, t4: T4) extends Product with Serializable

    Permalink

    Java Tuple4 container.

    Java Tuple4 container.

    Annotations
    @SerialVersionUID()
  18. final case class Tuple5[T1, T2, T3, T4, T5](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) extends Product with Serializable

    Permalink

    Java Tuple5 container.

    Java Tuple5 container.

    Annotations
    @SerialVersionUID()
  19. final case class Tuple6[T1, T2, T3, T4, T5, T6](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6) extends Product with Serializable

    Permalink

    Java Tuple6 container.

    Java Tuple6 container.

    Annotations
    @SerialVersionUID()
  20. final case class Tuple7[T1, T2, T3, T4, T5, T6, T7](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7) extends Product with Serializable

    Permalink

    Java Tuple7 container.

    Java Tuple7 container.

    Annotations
    @SerialVersionUID()
  21. final case class Tuple8[T1, T2, T3, T4, T5, T6, T7, T8](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8) extends Product with Serializable

    Permalink

    Java Tuple8 container.

    Java Tuple8 container.

    Annotations
    @SerialVersionUID()
  22. final case class Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9) extends Product with Serializable

    Permalink

    Java Tuple9 container.

    Java Tuple9 container.

    Annotations
    @SerialVersionUID()

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Tuple1 extends Serializable

    Permalink

    Used to create tuples with 1 elements in Java.

  5. object Tuple10 extends Serializable

    Permalink

    Used to create tuples with 10 elements in Java.

  6. object Tuple11 extends Serializable

    Permalink

    Used to create tuples with 11 elements in Java.

  7. object Tuple12 extends Serializable

    Permalink

    Used to create tuples with 12 elements in Java.

  8. object Tuple13 extends Serializable

    Permalink

    Used to create tuples with 13 elements in Java.

  9. object Tuple14 extends Serializable

    Permalink

    Used to create tuples with 14 elements in Java.

  10. object Tuple15 extends Serializable

    Permalink

    Used to create tuples with 15 elements in Java.

  11. object Tuple16 extends Serializable

    Permalink

    Used to create tuples with 16 elements in Java.

  12. object Tuple17 extends Serializable

    Permalink

    Used to create tuples with 17 elements in Java.

  13. object Tuple18 extends Serializable

    Permalink

    Used to create tuples with 18 elements in Java.

  14. object Tuple19 extends Serializable

    Permalink

    Used to create tuples with 19 elements in Java.

  15. object Tuple2 extends Serializable

    Permalink

    Used to create tuples with 2 elements in Java.

  16. object Tuple20 extends Serializable

    Permalink

    Used to create tuples with 20 elements in Java.

  17. object Tuple21 extends Serializable

    Permalink

    Used to create tuples with 21 elements in Java.

  18. object Tuple22 extends Serializable

    Permalink

    Used to create tuples with 22 elements in Java.

  19. object Tuple3 extends Serializable

    Permalink

    Used to create tuples with 3 elements in Java.

  20. object Tuple4 extends Serializable

    Permalink

    Used to create tuples with 4 elements in Java.

  21. object Tuple5 extends Serializable

    Permalink

    Used to create tuples with 5 elements in Java.

  22. object Tuple6 extends Serializable

    Permalink

    Used to create tuples with 6 elements in Java.

  23. object Tuple7 extends Serializable

    Permalink

    Used to create tuples with 7 elements in Java.

  24. object Tuple8 extends Serializable

    Permalink

    Used to create tuples with 8 elements in Java.

  25. object Tuple9 extends Serializable

    Permalink

    Used to create tuples with 9 elements in Java.

  26. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped