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