This class is used for constructing a new nonempty sequence by incrementally appending elements to an existing nonempty sequence. The existing sequence is not modified, since Sequences are immutable. This class is mutable but threadsafe.

See also: SequenceBuilder
Initializer
SequenceAppender([Element+] elements)
Attributes
sequenceSource Code

The resulting nonempty sequence. If no elements have been appended, the original nonempty sequence.

Refined declaration: sequence
Inherited Attributes
Attributes inherited from: Object
Attributes inherited from: SequenceBuilder<Element>
Inherited Methods
Methods inherited from: Object
Methods inherited from: SequenceBuilder<Element>