Class Tuple7<T1,​T2,​T3,​T4,​T5,​T6,​T7>

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product, scala.Serializable

    public final class Tuple7<T1,​T2,​T3,​T4,​T5,​T6,​T7>
    extends java.lang.Object
    implements scala.Product, scala.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple7​(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static <T1,​T2,​T3,​T4,​T5,​T6,​T7>
      Tuple7<T1,​T2,​T3,​T4,​T5,​T6,​T7>
      apply​(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)
      Java API Tuple container.
      boolean canEqual​(java.lang.Object x$1)  
      <T1,​T2,​T3,​T4,​T5,​T6,​T7>
      Tuple7<T1,​T2,​T3,​T4,​T5,​T6,​T7>
      copy​(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)  
      <T1,​T2,​T3,​T4,​T5,​T6,​T7>
      T1
      copy$default$1()  
      <T1,​T2,​T3,​T4,​T5,​T6,​T7>
      T2
      copy$default$2()  
      <T1,​T2,​T3,​T4,​T5,​T6,​T7>
      T3
      copy$default$3()  
      <T1,​T2,​T3,​T4,​T5,​T6,​T7>
      T4
      copy$default$4()  
      <T1,​T2,​T3,​T4,​T5,​T6,​T7>
      T5
      copy$default$5()  
      <T1,​T2,​T3,​T4,​T5,​T6,​T7>
      T6
      copy$default$6()  
      <T1,​T2,​T3,​T4,​T5,​T6,​T7>
      T7
      copy$default$7()  
      static <T1,​T2,​T3,​T4,​T5,​T6,​T7>
      Tuple7<T1,​T2,​T3,​T4,​T5,​T6,​T7>
      create​(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)  
      boolean equals​(java.lang.Object x$1)  
      int hashCode()  
      int productArity()  
      java.lang.Object productElement​(int x$1)  
      scala.collection.Iterator<java.lang.Object> productIterator()  
      java.lang.String productPrefix()  
      T1 t1()  
      T2 t2()  
      T3 t3()  
      T4 t4()  
      T5 t5()  
      T6 t6()  
      T7 t7()  
      scala.Tuple7<T1,​T2,​T3,​T4,​T5,​T6,​T7> toScala()  
      java.lang.String toString()  
      static <T1,​T2,​T3,​T4,​T5,​T6,​T7>
      scala.Option<scala.Tuple7<T1,​T2,​T3,​T4,​T5,​T6,​T7>>
      unapply​(Tuple7<T1,​T2,​T3,​T4,​T5,​T6,​T7> x$0)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Tuple7

        public Tuple7​(T1 t1,
                      T2 t2,
                      T3 t3,
                      T4 t4,
                      T5 t5,
                      T6 t6,
                      T7 t7)
    • Method Detail

      • create

        public static <T1,​T2,​T3,​T4,​T5,​T6,​T7> Tuple7<T1,​T2,​T3,​T4,​T5,​T6,​T7> create​(T1 t1,
                                                                                                                                                         T2 t2,
                                                                                                                                                         T3 t3,
                                                                                                                                                         T4 t4,
                                                                                                                                                         T5 t5,
                                                                                                                                                         T6 t6,
                                                                                                                                                         T7 t7)
      • apply

        public static <T1,​T2,​T3,​T4,​T5,​T6,​T7> Tuple7<T1,​T2,​T3,​T4,​T5,​T6,​T7> apply​(T1 t1,
                                                                                                                                                        T2 t2,
                                                                                                                                                        T3 t3,
                                                                                                                                                        T4 t4,
                                                                                                                                                        T5 t5,
                                                                                                                                                        T6 t6,
                                                                                                                                                        T7 t7)
        Java API Tuple container.
        Parameters:
        t1 - (undocumented)
        t2 - (undocumented)
        t3 - (undocumented)
        t4 - (undocumented)
        t5 - (undocumented)
        t6 - (undocumented)
        t7 - (undocumented)
        Returns:
        (undocumented)
      • unapply

        public static <T1,​T2,​T3,​T4,​T5,​T6,​T7> scala.Option<scala.Tuple7<T1,​T2,​T3,​T4,​T5,​T6,​T7>> unapply​(Tuple7<T1,​T2,​T3,​T4,​T5,​T6,​T7> x$0)
      • t1

        public T1 t1()
      • t2

        public T2 t2()
      • t3

        public T3 t3()
      • t4

        public T4 t4()
      • t5

        public T5 t5()
      • t6

        public T6 t6()
      • t7

        public T7 t7()
      • toScala

        public scala.Tuple7<T1,​T2,​T3,​T4,​T5,​T6,​T7> toScala()
      • copy

        public <T1,​T2,​T3,​T4,​T5,​T6,​T7> Tuple7<T1,​T2,​T3,​T4,​T5,​T6,​T7> copy​(T1 t1,
                                                                                                                                                T2 t2,
                                                                                                                                                T3 t3,
                                                                                                                                                T4 t4,
                                                                                                                                                T5 t5,
                                                                                                                                                T6 t6,
                                                                                                                                                T7 t7)
      • copy$default$1

        public <T1,​T2,​T3,​T4,​T5,​T6,​T7> T1 copy$default$1()
      • copy$default$2

        public <T1,​T2,​T3,​T4,​T5,​T6,​T7> T2 copy$default$2()
      • copy$default$3

        public <T1,​T2,​T3,​T4,​T5,​T6,​T7> T3 copy$default$3()
      • copy$default$4

        public <T1,​T2,​T3,​T4,​T5,​T6,​T7> T4 copy$default$4()
      • copy$default$5

        public <T1,​T2,​T3,​T4,​T5,​T6,​T7> T5 copy$default$5()
      • copy$default$6

        public <T1,​T2,​T3,​T4,​T5,​T6,​T7> T6 copy$default$6()
      • copy$default$7

        public <T1,​T2,​T3,​T4,​T5,​T6,​T7> T7 copy$default$7()
      • productPrefix

        public java.lang.String productPrefix()
        Specified by:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Specified by:
        canEqual in interface scala.Equals
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object