generatesEach
infix fun <Element, CollectionType : Collection<Element>> RuleTarget<CollectionType>.generatesEach(generator: Generator<Element>): CollectionGenerationSpec<Element, CollectionType>
Generates each element for this collection rule target by invoking generator.
infix inline fun <Key, Value, MapType : Map<Key, Value>> RuleTarget<MapType>.generatesEach(noinline generator: Generator<Pair<Key, Value>>): MapEntrySpec<Key, Value, MapType>
Generates each entry for this map rule target by invoking generator.