Sequencer<SequenceItemType extends SequenceItem> constructor

Sequencer<SequenceItemType extends SequenceItem>(
  1. String name,
  2. Component? parent
)

Constructs a basic Sequencer of SequenceItemType named name which passes items directly through without additional processing to stream.

Implementation

Sequencer(super.name, super.parent);