| Package | Description |
|---|---|
| de.scravy.tuple |
| Modifier and Type | Method and Description |
|---|---|
<V3> T3<V1,V2,V3> |
T2.and(V3 _3) |
static <U1,U2,U3> T3<U1,U2,U3> |
T3.of(U1 _1,
U2 _2,
U3 _3) |
static <V1,V2,V3> T3<V1,V2,V3> |
Tuple.of(V1 _1,
V2 _2,
V3 _3) |
| Modifier and Type | Method and Description |
|---|---|
static <V1,V2,V3> V1 |
Tuple._1(T3<V1,V2,V3> t3) |
static <V1,V2,V3> V2 |
Tuple._2(T3<V1,V2,V3> t3) |
static <V1,V2,V3> V3 |
Tuple._3(T3<V1,V2,V3> t3) |
Copyright © 2016. All rights reserved.