OpenBIMRL | List functions
Class path: collection.list.elementIncludedInList
Check elements for subset
Description
Checks which elements of a list are contained in another list.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | Elements | Collection<Object> | List of elements to be checked |
1 | List | Collection<Object> | Reference list |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | Results list | Collection<Object> | List of all elements that have passed the test |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself