Performs a safe lookup on a map, returning null if the key is not found.
Name | Description | Required |
---|---|---|
Map | The map to perform the lookup on. | Yes |
Keys | The keys to lookup. | Yes |
Merges multiple maps into a single map.
Name | Description | Required |
---|---|---|
First | The first map to merge. | Yes |
Second | The second map to merge. | Yes |
Merges multiple maps into a single map.
Name | Description | Required |
---|---|---|
First | The first map to merge. | Yes |
Second | The second map to merge. | Yes |