generatesValues

infix inline fun <Key, Value, MapType : Map<Key, Value>> RuleTarget<MapType>.generatesValues(noinline generator: Generator<Value>): MapValueSpec<Key, Value, MapType>

Generates map values for this rule target by invoking generator.


Deprecated (with error)

Use the reified generatesValues(generator) overload.

Generates map values for this rule target by invoking generator.

This low-level overload is intended for callers that already carry KType values. The caller must keep the types and the generator types consistent.