GenericArgsGeneratorCombiner

Responsible to combine multiple ArgsGenerator in a generic way.

Since

2.0.0

Inheritors

Functions

Link copied to clipboard
abstract fun combineFirstWithRest(firstArgsGenerator: ArgsGenerator<*>, restMaybeArgGenerators: List<*>): ArgsGenerator<List<*>>

Combines the firstArgsGenerator with the restMaybeArgGenerators into an ArgsGenerator which generates Lists containing the zipped values.