MapLikeToIterablePairTransformer

Functions

Link copied to clipboard
abstract fun supportedTypes(): List<String>
Link copied to clipboard
abstract fun <K, V> unsafeTransform(mapLike: MapLike): List<Pair<K, V>>

Transforms the given mapLike to an Iterable<K, V>> where K represents the key type and V the value type.