Name

adams.flow.transformer.SequenceToCollection


Synopsis

Turns a sequence of tokens into a collection.
In case of unspecified length (ie -1), a collection containing all elements collected so far is output each time a token arrives, i.e., the internal buffer never gets reset.


Additional information

Flow input/output:
- input: adams.flow.core.Unknown
- output: java.util.ArrayList


Options