concat All
Concatenates all given OrderedArgsGenerator resulting in an OrderedArgsGenerator which yields the values of the first OrderedArgsGenerator, then the second generator ... up to the values of the last generator and then starting over.
I.e. the resulting OrderedArgsGenerator generates the sum of OrderedArgsGenerator.size values before repeating.
Return
The resulting OrderedArgsGenerator after concatenation.
Since
2.0.0
Concatenates all given SemiOrderedArgsGenerator resulting in an SemiOrderedArgsGenerator which yields the values of the first SemiOrderedArgsGenerator, then the second generator ... up to the values of the last generator and then starting over.
I.e. the resulting SemiOrderedArgsGenerator generates the sum of SemiOrderedArgsGenerator.size values before repeating.
Return
The resulting SemiOrderedArgsGenerator after concatenation.
Since
2.0.0