| Package | Description |
|---|---|
| eu.eventstorm.util.tuple |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Tuple3<T1,T2,T3> |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> Tuple2<T1,T2> |
Tuples.of(T1 t1,
T2 t2)
Create a
Tuple2 with the given objects. |
Copyright © 2020. All rights reserved.