Map Functions
Qualified Name | Type | Release |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
- merges two maps |
|
|
- merges all maps in the list into one |
|
|
|
|
|
- remove the key from the map (recursively if recursive is true) |
|
|
- remove the keys from the map (recursively if recursive is true) |
|
|
|
|
|
- creates a map of the list keyed by the given property, with single values |
|
|
- creates a map of the list keyed by the given property, with list values |
|
|
- returns a list of key/value list pairs, with pairs sorted by keys alphabetically, with optional case sensitivity |
|
|
- adds the {data} map on each level of the nested tree, where the key-value pairs match |
|
|
|
|
|
- returns submap for keys or throws exception if one of the key doesn’t exist and no default value given at that position |
|
|
- returns list of values for keys or throws exception if one of the key doesn’t exist and no default value given at that position |
|
|
- returns value for key or throws exception if key doesn’t exist and no default given |
|
|