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