Skip to content

OpenBIMRL | List functions

Class path: collection.list.combineData

Combine lists

combineData1.png

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

combineData2.png

Node representation with sample values

Sample file

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