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