from Arbs
fun <T> SemiOrderedExtensionPoint.fromArbs(vararg generators: ArbArgsGenerator<T>): SemiOrderedArgsGenerator<T>(source)
Returns a SemiOrderedArgsGenerator based on the given ArbArgsGenerators where the fixed part of it is the number of generators, the values as such are arbitrary in respect to the given generators.
Return
a SemiOrderedArgsGenerator based on the given generators where they are used in round-robin fashion to generate values.
Since
2.0.0