Skip to content

OpenBIMRL | List functions

Class path: collection.list.removeFromList

Remove from list

removeFromList1.png

Description

Removes elements that are in list B from list A.

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 modified List A List<Object> modified list A

Use/Example

removeFromList2.png

Node representation with sample values

Sample file

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