doc / ch.tutteli.atrium.logic.utils / mapLikeToVarArgPairs

mapLikeToVarArgPairs

fun <K, V> AssertionContainer<*>.mapLikeToVarArgPairs(mapLike: MapLike): Pair<Pair<K, V>, Array<out Pair<K, V>>> (source)

Transforms the given MapLike to an Iterable with an element type Pair<K, V>.

Exceptions

IllegalArgumentException - in case the mapLike is empty.

Since
0.15.0