Default Generic Args Generator Combiner
!! No backward compatibility guarantees !! Reuse at your own risk
Since
2.0.0
Functions
Link copied to clipboard
open override fun combineFirstWithRest(firstArgsGenerator: ArgsGenerator<*>, restMaybeArgGenerators: List<*>): ArgsGenerator<List<*>>
Combines the firstArgsGenerator with the restMaybeArgGenerators into an ArgsGenerator which generates Lists containing the zipped values.