OpenBIMRL | List functions
Class path: collection.list.subList
Sublist
Description
Created a partial list based on indexes.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | List | List<Object> | List |
1 | Indices | List<Number> | Collection of indices |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | List | List<Object> | Sublist consisting of elements from Input0 at the positions Input1 |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself