Appends a string literal to the formatter. !(p) This string will be output during a format. !(p) If the literal is empty, nothing is added to the formatter.
@param literal the literal to append, not null @return this, for chaining, not null
See Implementation
Appends a string literal to the formatter. !(p) This string will be output during a format. !(p) If the literal is empty, nothing is added to the formatter.
@param literal the literal to append, not null @return this, for chaining, not null