OpenBIMRL | Map functions
Class path: collection.map.mapValues
Map values

Description
Gets the values of an associated map.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Map | AbstractMap | Map |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Values | List<Object> | Values |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself