fun <K, V> AssertionContainer<*>.mapLikeToVarArgPairs(mapLike: MapLike): Pair<Pair<K, V>, Array<out Pair<K, V>>>
Transforms the given MapLike to an Iterable with an element type Pair<K, V>
.
IllegalArgumentException
- in case the mapLike is empty.
Since
0.15.0