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