class KeyValues<out K, V : Any> : VarArgHelper<KeyWithValueCreator<K, V>>
Parameter object to express KeyWithValueCreator<K, V>, vararg KeyWithValueCreator<K, V>
.
Use the function keyValues(keyValue(x){ ... }, ...)
to create this representation.
val expected: KeyWithValueCreator<K, V>
The first argument in the argument list |
|
val otherExpected: Array<out KeyWithValueCreator<K, V>>
The second argument in the argument list |
open val mapArguments: ArgumentMapperBuilder<T>
Creates an ArgumentMapperBuilder which allows to map expected and otherExpected. |
open fun toList(): List<T>
Returns the arguments as List. |