Skip to content

OpenBIMRL | List functions

Class path: collection.list.joinCollections

Unite collections

joinCollections1.png

Description

Merges two lists into one.

Input

Input Name Type Description
0 List A List<Object> List A
1 List B List<Object> List B

Output

Output Name Type Description
0 merged list List<Object> merged list

Use/Example

joinCollections2.png

Node representation with sample values

Sample file

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