zip
Zips this ArbArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting ArbArgsGenerator which generates values of type Tuple2.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A2.
Zips this ArbArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting ArbArgsGenerator which generates values of type Tuple3.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A3.
Zips this ArbArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting ArbArgsGenerator which generates values of type Tuple4.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A4.
Zips this ArbArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting ArbArgsGenerator which generates values of type Tuple5.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A5.
Zips this ArbArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting ArbArgsGenerator which generates values of type Tuple6.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A6.
Zips this ArbArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting ArbArgsGenerator which generates values of type Tuple7.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A7.
Zips this ArbArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting ArbArgsGenerator which generates values of type Tuple8.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A8.
Zips this ArbArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting ArbArgsGenerator which generates values of type Tuple9.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A9.
Zips this SemiOrderedArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting SemiOrderedArgsGenerator which generates values of type Tuple2.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A2.
Zips this SemiOrderedArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting SemiOrderedArgsGenerator which generates values of type Tuple3.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A3.
Zips this SemiOrderedArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting SemiOrderedArgsGenerator which generates values of type Tuple4.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A4.
Zips this SemiOrderedArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting SemiOrderedArgsGenerator which generates values of type Tuple5.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A5.
Zips this SemiOrderedArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting SemiOrderedArgsGenerator which generates values of type Tuple6.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A6.
Zips this SemiOrderedArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting SemiOrderedArgsGenerator which generates values of type Tuple7.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A7.
Zips this SemiOrderedArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting SemiOrderedArgsGenerator which generates values of type Tuple8.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A8.
Zips this SemiOrderedArgsGenerator with the given other ArbArgsGenerator.
Return
The resulting SemiOrderedArgsGenerator which generates values of type Tuple9.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A9.
Zips this ArbArgsGenerator with the given other ArbArgsGenerator, transforming the pairwise generated values of type A1 and A2 to type R.
Return
The resulting ArbArgsGenerator which generates values of type R.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A2.
The type of values generated by this ArbArgsGenerator.
The type of values generated by the given other ArbArgsGenerator.
the type of values generated by the resulting ArbArgsGenerator.
Combines this SemiOrderedArgsGenerator with the given other ArbArgsGenerator and transforms the generated values pairwise, returning a SemiOrderedArgsGenerator which generates values of type R.
The resulting SemiOrderedArgsGenerator still generates this.size values before repeating.
Return
The resulting SemiOrderedArgsGenerator which generates values of type R.
Since
2.0.0
Parameters
The other ArbArgsGenerator which generates values of type A2.
The type of values generated by this OrderedArgsGenerator.
the type of values generated by the other OrderedArgsGenerator.
the type of values generated by the resulting OrderedArgsGenerator.