| Modifier and Type | Interface and Description |
|---|---|
static interface |
Tuples.T5<V1,V2,V3,V4,V5> |
| Modifier and Type | Method and Description |
|---|---|
Tuples.T4<V1,V2,V3,V4> |
Tuples.T4._1(V1 v) |
Tuples.T4<V1,V2,V3,V4> |
Tuples.T4._2(V2 v) |
Tuples.T4<V1,V2,V3,V4> |
Tuples.T4._3(V3 v) |
Tuples.T4<V1,V2,V3,V4> |
Tuples.T4._4(V4 v) |
static <V1,V2,V3,V4> |
Tuples.of(V1 first,
V2 second,
V3 third,
V4 fourth) |
Tuples.T4<V2,V3,V4,V5> |
Tuples.T5.skip()
Skip first
|
<X> Tuples.T4<X,V2,V3,V4> |
Tuples.T4.with_1(X x)
new Type of Tuple
|
<X> Tuples.T4<V1,X,V3,V4> |
Tuples.T4.with_2(X x)
new Type of Tuple
|
<X> Tuples.T4<V1,V2,X,V4> |
Tuples.T4.with_3(X x)
new Type of Tuple
|
<X> Tuples.T4<V1,V2,V3,X> |
Tuples.T3.with_4(X x) |
<X> Tuples.T4<V1,V2,V3,X> |
Tuples.T4.with_4(X x)
new Type of Tuple
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Tuples.fourth(Tuples.T4<?,?,?,T> t) |
Copyright © 2017. All rights reserved.