plus

Concatenates this OrderedArgsGenerator with the given other OrderedArgsGenerator resulting in an OrderedArgsGenerator which yields the values of this OrderedArgsGenerator, then of the other and then starting over.

I.e. the resulting OrderedArgsGenerator generates this.size + other.size values before repeating.

Return

The resulting OrderedArgsGenerator after concatenation.

Since

2.0.0

Parameters

other

Merges this SemiOrderedArgsGenerator with the given other SemiOrderedArgsGenerator resulting in an SemiOrderedArgsGenerator which yields the values of this SemiOrderedArgsGenerator and then of the other before repeating.

The resulting SemiOrderedArgsGenerator generates this.size + other.size values before repeating.

Return

The resulting SemiOrderedArgsGenerator after concatenation.

Since

2.0.0

Parameters

other