Sequencer<SequenceItemType extends SequenceItem> constructor
Constructs a basic Sequencer of SequenceItemType
named name
which passes items directly through without additional processing to
stream.
Implementation
Sequencer(super.name, super.parent);