Name

adams.flow.transformer.CollectionAppend


Synopsis

Appends the elements of the incoming collection to the one in storage.
If there is none in storage yet, a copy of the incoming collection will simply get stored in storage.
The combined collection is then forwarded.


Additional information

Flow input/output:
- input: java.util.Collection
- output: java.util.Collection


Options