Package org.apache.pekko.japi.tuple
Class Tuple6<T1,T2,T3,T4,T5,T6>
java.lang.Object
org.apache.pekko.japi.tuple.Tuple6<T1,T2,T3,T4,T5,T6>
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T1,T2, T3, T4, T5, T6>
Tuple6<T1,T2, T3, T4, T5, T6> apply(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) Java API Tuple container.boolean<T1,T2, T3, T4, T5, T6>
Tuple6<T1,T2, T3, T4, T5, T6> copy(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) <T1,T2, T3, T4, T5, T6>
T1<T1,T2, T3, T4, T5, T6>
T2<T1,T2, T3, T4, T5, T6>
T3<T1,T2, T3, T4, T5, T6>
T4<T1,T2, T3, T4, T5, T6>
T5<T1,T2, T3, T4, T5, T6>
T6static <T1,T2, T3, T4, T5, T6>
Tuple6<T1,T2, T3, T4, T5, T6> create(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>t1()t2()t3()t4()t5()t6()toScala()toString()static <T1,T2, T3, T4, T5, T6>
scala.Option<scala.Tuple6<T1,T2, T3, T4, T5, T6>> Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Tuple6
-
-
Method Details
-
create
public static <T1,T2, Tuple6<T1,T3, T4, T5, T6> T2, createT3, T4, T5, T6> (T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) -
apply
public static <T1,T2, Tuple6<T1,T3, T4, T5, T6> T2, applyT3, T4, T5, T6> (T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) Java API Tuple container. -
unapply
public static <T1,T2, scala.Option<scala.Tuple6<T1,T3, T4, T5, T6> T2, unapplyT3, T4, T5, T6>> (Tuple6<T1, T2, T3, T4, T5, T6> x$0) -
t1
-
t2
-
t3
-
t4
-
t5
-
t6
-
toScala
-
copy
public <T1,T2, Tuple6<T1,T3, T4, T5, T6> T2, copyT3, T4, T5, T6> (T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) -
copy$default$1
public <T1,T2, T1 copy$default$1()T3, T4, T5, T6> -
copy$default$2
public <T1,T2, T2 copy$default$2()T3, T4, T5, T6> -
copy$default$3
public <T1,T2, T3 copy$default$3()T3, T4, T5, T6> -
copy$default$4
public <T1,T2, T4 copy$default$4()T3, T4, T5, T6> -
copy$default$5
public <T1,T2, T5 copy$default$5()T3, T4, T5, T6> -
copy$default$6
public <T1,T2, T6 copy$default$6()T3, T4, T5, T6> -
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
-