The acknowledgment token associated with this write command.
Prepends this command with a number of other writes.
Prepends this command with a number of other writes.
The first element of the given Iterable becomes the first sub write of a potentially
created CompoundWrite.
Prepends this command with another Write or WriteFile to form
a CompoundWrite.
Prepends this command with another Write or WriteFile to form
a CompoundWrite.
Java API: appends this command with another WriteCommand to form a CompoundWrite.
Java API: prepends this command with a number of other writes.
Java API: prepends this command with a number of other writes.
The first element of the given Iterable becomes the first sub write of a potentially
created CompoundWrite.
Java API: prepends this command with another Write or WriteFile to form
a CompoundWrite.
Java API: prepends this command with another Write or WriteFile to form
a CompoundWrite.
An acknowledgment is only sent if this write command “wants an ack”, which is equivalent to the #ack token not being a of type NoAck.
(simpleWriteCommand: StringAdd).self
(simpleWriteCommand: StringFormat).self
(simpleWriteCommand: ArrowAssoc[SimpleWriteCommand]).x
(Since version 2.10.0) Use leftOfArrow instead
(simpleWriteCommand: Ensuring[SimpleWriteCommand]).x
(Since version 2.10.0) Use resultOfEnsuring instead
Common supertype of Write and WriteFile.