| Modifier and Type | Method and Description |
|---|---|
Tuples.T2<V1,V2> |
_1(V1 v) |
V2 |
_2() |
Tuples.T2<V1,V2> |
_2(V2 v) |
Tuples.T1<V2> |
skip()
Skip first
|
<X> Tuples.T2<X,V2> |
with_1(X x)
new Type of Tuple
|
<X> Tuples.T2<V1,X> |
with_2(X x)
new Type of Tuple
|
<X> Tuples.T3<V1,V2,X> |
with_3(X x) |
Copyright © 2017. All rights reserved.