pmap -is:exact -is:exact -package:Cabal -is:module -is:exact -package:cardano-binary -package:ghc -package:plutarch-extra package:plutarch -is:exact

Applies a function to every value in the map, much like map.
O(n) . Map a function over a list of elements
Maps and filters the map, much like mapMaybe.