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