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