Tuple
Factory method to create a Pair.
Alternative to Pair(...)
with the advantage that you can add remove arguments without the need to change function name.
Return
the newly created Pair
Since
2.1.0
Factory method to create a Triple.
Alternative to Triple(...)
with the advantage that you can add remove arguments without the need to change function name.
Return
the newly created Triple
Since
2.1.0
Factory method to create a Tuple4.
Alternative to Tuple4(...)
with the advantage that you can add remove arguments without the need to change function name.
Return
the newly created Tuple4
Since
2.1.0
Factory method to create a Tuple5.
Alternative to Tuple5(...)
with the advantage that you can add remove arguments without the need to change function name.
Return
the newly created Tuple5
Since
2.1.0
Factory method to create a Tuple6.
Alternative to Tuple6(...)
with the advantage that you can add remove arguments without the need to change function name.
Return
the newly created Tuple6
Since
2.1.0
Factory method to create a Tuple7.
Alternative to Tuple7(...)
with the advantage that you can add remove arguments without the need to change function name.
Return
the newly created Tuple7
Since
2.1.0
Factory method to create a Tuple8.
Alternative to Tuple8(...)
with the advantage that you can add remove arguments without the need to change function name.
Return
the newly created Tuple8
Since
2.1.0
Factory method to create a Tuple9.
Alternative to Tuple9(...)
with the advantage that you can add remove arguments without the need to change function name.
Return
the newly created Tuple9
Since
2.1.0