Package org.apache.pekko.japi.tuple
Class Tuple8<T1,T2,T3,T4,T5,T6,T7,T8>
java.lang.Object
org.apache.pekko.japi.tuple.Tuple8<T1,T2,T3,T4,T5,T6,T7,T8>
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
public final class Tuple8<T1,T2,T3,T4,T5,T6,T7,T8>
extends Object
implements scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T1,T2, T3, T4, T5, T6, T7, T8>
Tuple8<T1,T2, T3, T4, T5, T6, T7, T8> apply(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) Java API Tuple container.boolean<T1,T2, T3, T4, T5, T6, T7, T8>
Tuple8<T1,T2, T3, T4, T5, T6, T7, T8> copy(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) <T1,T2, T3, T4, T5, T6, T7, T8>
T1<T1,T2, T3, T4, T5, T6, T7, T8>
T2<T1,T2, T3, T4, T5, T6, T7, T8>
T3<T1,T2, T3, T4, T5, T6, T7, T8>
T4<T1,T2, T3, T4, T5, T6, T7, T8>
T5<T1,T2, T3, T4, T5, T6, T7, T8>
T6<T1,T2, T3, T4, T5, T6, T7, T8>
T7<T1,T2, T3, T4, T5, T6, T7, T8>
T8static <T1,T2, T3, T4, T5, T6, T7, T8>
Tuple8<T1,T2, T3, T4, T5, T6, T7, T8> create(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>t1()t2()t3()t4()t5()t6()t7()t8()toScala()toString()static <T1,T2, T3, T4, T5, T6, T7, T8>
scala.Option<scala.Tuple8<T1,T2, T3, T4, T5, T6, T7, T8>> Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Tuple8
-
-
Method Details
-
create
public static <T1,T2, Tuple8<T1,T3, T4, T5, T6, T7, T8> T2, createT3, T4, T5, T6, T7, T8> (T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) -
apply
public static <T1,T2, Tuple8<T1,T3, T4, T5, T6, T7, T8> T2, applyT3, T4, T5, T6, T7, T8> (T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) Java API Tuple container. -
unapply
public static <T1,T2, scala.Option<scala.Tuple8<T1,T3, T4, T5, T6, T7, T8> T2, unapplyT3, T4, T5, T6, T7, T8>> (Tuple8<T1, T2, T3, T4, T5, T6, T7, T8> x$0) -
t1
-
t2
-
t3
-
t4
-
t5
-
t6
-
t7
-
t8
-
toScala
-
copy
public <T1,T2, Tuple8<T1,T3, T4, T5, T6, T7, T8> T2, copyT3, T4, T5, T6, T7, T8> (T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) -
copy$default$1
public <T1,T2, T1 copy$default$1()T3, T4, T5, T6, T7, T8> -
copy$default$2
public <T1,T2, T2 copy$default$2()T3, T4, T5, T6, T7, T8> -
copy$default$3
public <T1,T2, T3 copy$default$3()T3, T4, T5, T6, T7, T8> -
copy$default$4
public <T1,T2, T4 copy$default$4()T3, T4, T5, T6, T7, T8> -
copy$default$5
public <T1,T2, T5 copy$default$5()T3, T4, T5, T6, T7, T8> -
copy$default$6
public <T1,T2, T6 copy$default$6()T3, T4, T5, T6, T7, T8> -
copy$default$7
public <T1,T2, T7 copy$default$7()T3, T4, T5, T6, T7, T8> -
copy$default$8
public <T1,T2, T8 copy$default$8()T3, T4, T5, T6, T7, T8> -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-