Skip to content

OpenBIMRL | List functions

Class path: collection.list.joinItemByItem

Unite collection (item by item)

joinItemByItem1.png

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

joinItemByItem2.png

Node representation with sample values

Sample file

Download of a sample file so that the user can test the usage himself