| Modifier and Type | Interface and Description |
|---|---|
static interface |
Tuples.T2<V1,V2> |
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.T1<V> |
Tuples.T1._1(V v) |
static <T> Tuples.T1<T> |
Tuples.of(T t) |
Tuples.T1<V2> |
Tuples.T2.skip()
Skip first
|
<X> Tuples.T1<X> |
Tuples.T1.with_1(X x)
new Type of Tuple
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Tuples.first(Tuples.T1<T> t) |
Copyright © 2017. All rights reserved.