OpenBIMRL | List functions
Class path: collection.list.combineData
Combine lists
Description
Combines non-empty lists into a new list.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | List A | List<Object> | non-empty list A |
1 | List B | List<Object> | non-empty list B |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | Result list | List<Object> | Result list |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself