Skip to content

OpenBIMRL | Set functions

Class path: collection.set.listToSet

List to set

listToSet1.png

Description

Creates a set from a list, ignoring duplicates.

Input

Input Name Type Description
0 List List<Object> List

Output

Output Name Type Description
0 Set Set<Object> Set

Use/Example

listToSet2.png

Node representation with sample values

Sample file

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