OpenBIMRL | List functions
Class path: collection.list.removeFromList
Remove from list
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
Sample file
Download of a sample file so that the user can test the usage himself