| Modifier | Constructor and Description |
|---|---|
protected |
Tuple5(T1 _1,
T2 _2,
T3 _3,
T4 _4,
T5 _5) |
| Modifier and Type | Method and Description |
|---|---|
T1 |
_1()
Element 1 of this Tuple5
|
T2 |
_2()
Element 2 of this Tuple5
|
T3 |
_3()
Element 3 of this Tuple5
|
T4 |
_4()
Element 4 of this Tuple5
|
T5 |
_5()
Element 5 of this Tuple5
|
static <T1,T2,T3,T4,T5> |
apply(T1 _1,
T2 _2,
T3 _3,
T4 _4,
T5 _5) |
T5 |
getFifth()
Element 5 of this Tuple5
|
T1 |
getFirst()
Element 1 of this Tuple5
|
T4 |
getFourth()
Element 4 of this Tuple5
|
T2 |
getSecond()
Element 2 of this Tuple5
|
T3 |
getThird()
Element 3 of this Tuple5
|
String |
toString() |
static <T1,T2,T3,T4,T5> |
unapply(Tuple5<T1,T2,T3,T4,T5> tuple) |
public static <T1,T2,T3,T4,T5> Tuple5<T1,T2,T3,T4,T5> apply(T1 _1, T2 _2, T3 _3, T4 _4, T5 _5)
public static <T1,T2,T3,T4,T5> Option<Tuple5<T1,T2,T3,T4,T5>> unapply(Tuple5<T1,T2,T3,T4,T5> tuple)
public T1 _1()
public T2 _2()
public T3 _3()
public T4 _4()
public T5 _5()
public T1 getFirst()
public T2 getSecond()
public T3 getThird()
public T4 getFourth()
public T5 getFifth()
Copyright © 2015. All rights reserved.