KeyValueMap

KeyValueMap[f,key1val1,key2val2,]

gives the list {f[key1,val1],f[key2,val2],}.

KeyValueMap[f]

represents an operator form of KeyValueMap that can be applied to an expression.

Details

Examples

open allclose all

Basic Examples  (2)

Map a function over the keys and values of an association:

Use the operator form of KeyValueMap:

Properties & Relations  (3)

KeyValueMap[f,assoc] is equivalent to MapApply[f,Normal[assoc]]:

KeyValueMap maps a function over the keys and values in an association (and returns a list):

AssociationMap maps a function over the rules in an association:

KeyMap maps a function over the keys in an association:

Map maps a function over the values in an association:

KeyValueMap can be parallelized automatically:

Wolfram Research (2015), KeyValueMap, Wolfram Language function, https://reference.wolfram.com/language/ref/KeyValueMap.html.

Text

Wolfram Research (2015), KeyValueMap, Wolfram Language function, https://reference.wolfram.com/language/ref/KeyValueMap.html.

CMS

Wolfram Language. 2015. "KeyValueMap." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/KeyValueMap.html.

APA

Wolfram Language. (2015). KeyValueMap. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/KeyValueMap.html

BibTeX

@misc{reference.wolfram_2024_keyvaluemap, author="Wolfram Research", title="{KeyValueMap}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/KeyValueMap.html}", note=[Accessed: 17-January-2025 ]}

BibLaTeX

@online{reference.wolfram_2024_keyvaluemap, organization={Wolfram Research}, title={KeyValueMap}, year={2015}, url={https://reference.wolfram.com/language/ref/KeyValueMap.html}, note=[Accessed: 17-January-2025 ]}