class Pairs<out K, out V> : VarArgHelper<<ERROR CLASS><K, V>>
(source)
Parameter object to express Pair<K, V>, vararg Pair<K, V>
in the infix-api.
Pairs(expected: <ERROR CLASS><K, V>, vararg otherExpected: <ERROR CLASS><K, V>)
Parameter object to express |
val expected: <ERROR CLASS><K, V>
The first argument in the argument list |
|
vararg val otherExpected: Array<out <ERROR CLASS><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. |