OpenBIMRL | List functions
Class path: collection.list.joinItemByItem
Unite collection (item by item)

Description
Merges two lists into one, adding the values alternately.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Collection A | Collection<Object> | Collection A |
| 1 | Collection B | Collection<Object> | Collection B |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | merged collection | Collection<Collection<Object>> | merged list |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself