mapByKey

open fun mapByKey(key: String): Store<String>

Creates a new Store containing the corresponding value for the given key.

Return

Store containing the corresponding value

Parameters

key

for getting the value from the parameter Map