OpenBIMRL | List functions
Class path: collection.list.allElementIncludedInList
Check for subset
Description
Checks if a list of elements is completely contained in another list.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | Elements | Collection<Object> | List of elements to be checked |
1 | Reference list | Collection<Obeject> | Reference list |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | Check | Boolean | Result of the test as Boolean |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself