Was this helpful?
Map Functions
The Map category provides common Map manipulation functions.
 
Function Name
Description
Output Type
Parameters
MapFunctions.mapGet
Returns a value to which the specified key is mapped.
Object<Object.class>
Object<Map.class>
String value
MapFunctions.mapSize
Returns number of key-value mappings.
Integer
Object<Map.class>
MapFunctions.mapToString
Returns string representation of the input map.
String
Object<Map.class>
MapFunctions.containsKey
Checks if the input map contains a mapping for the specified key.
Boolean
Object<Map.class>
String value
Last modified date: 01/06/2023