DefaultMapLikeToIterablePairTransformer(container: AssertionContainer<*>)
Transforms all Map as well as all IterableLike which have a resulting element type of either [Pair]<*, *>
or [Map.Entry]<*, *>
to an Iterable with an element type [Pair]<K, V>
.