DefaultGenericArgsGeneratorCombiner

!! No backward compatibility guarantees !! Reuse at your own risk

Since

2.0.0

Constructors

Link copied to clipboard
constructor()

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.