Constructor and Description |
---|
Tuple10(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10) |
Modifier and Type | Method and Description |
---|---|
T1 |
_1() |
T10 |
_10() |
T2 |
_2() |
T3 |
_3() |
T4 |
_4() |
T5 |
_5() |
T6 |
_6() |
T7 |
_7() |
T8 |
_8() |
T9 |
_9() |
int |
arity() |
boolean |
equals(Object other) |
int |
hashCode() |
Iterator<Object> |
iterator() |
<C> C |
map(Function10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,C> f) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public T1 _1()
public T2 _2()
public T3 _3()
public T4 _4()
public T5 _5()
public T6 _6()
public T7 _7()
public T8 _8()
public T9 _9()
public T10 _10()
public <C> C map(Function10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,C> f) throws Exception
Exception
Copyright © 2018. All rights reserved.