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.
| Initializer |
| SequenceAppender([Element+] elements) |
| Attributes | |
| sequence | Source 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> |