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