mapsTo

infix fun <Key, Value> Key.mapsTo(value: Value): KoneMapEntry<Key, Value>(source)

Returns simple KoneMapEntry instance that has the specified key and value.