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