T1 - the first element typeT2 - the second element typeT3 - the third element typepublic class Triple<T1,T2,T3> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object rhs) |
T1 |
first() |
<R1,R2,R3> Triple<R1,R2,R3> |
fmap(Delegate<R1,T1> withFirst,
Delegate<R2,T2> withSecond,
Delegate<R3,T3> withThird) |
int |
hashCode() |
static <T1,T2,T3> Triple<T1,T2,T3> |
of(T1 first,
T2 second,
T3 third) |
T2 |
second() |
T3 |
third() |
String |
toString() |
Copyright © 2012. All Rights Reserved.