Name

adams.flow.transformer.HashSetAdd


Synopsis

Adds a value to the specified hashset.
The input for the actor can be any object, the user has to ensure that the correct type is stored.
In case of arrays, elements get stored one by one.
SpreadSheet cells with actual data get retrieved as strings.
The conversion can be used to transform the values.


Additional information

Flow input/output:
- input: java.lang.Object, java.lang.Object[], adams.data.spreadsheet.SpreadSheet
- output: java.lang.Object


See also

Options