Pairs

class Pairs<out K, out V> : VarArgHelper<Pair<K, V>> (source)

Parameter object to express Pair<K, V>, vararg Pair<K, V>.

Use the function pairs(x to y, ...) to create this representation.

Properties

Link copied to clipboard
open override val expected: Pair<K, V>
Link copied to clipboard
Link copied to clipboard
open override val otherExpected: Array<out Pair<K, V>>

Functions

Link copied to clipboard
open fun toList(): List<Pair<K, V>>