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