append
Appends all arguments to the given Appendable.
Since Kotlin
1.0Appends all arguments to the given StringBuilder.
Since Kotlin
1.0Appends the string representation of the specified byte value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Since Kotlin
1.9Appends the string representation of the specified short value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Since Kotlin
1.9Deprecated
Use append(value: Any?) instead
Replace with
append(value = obj)
Since Kotlin
1.0Deprecated (with error)
Use appendRange instead.
Replace with
this.appendRange(str, offset, offset + len)
Since Kotlin
1.0Appends the string representation of the specified byte value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Since Kotlin
1.9Appends the string representation of the specified short value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Since Kotlin
1.9Appends the string representation of the specified byte value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Since Kotlin
1.9Appends the string representation of the specified short value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Since Kotlin
1.9Appends the string representation of the specified byte value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Since Kotlin
1.9Appends the string representation of the specified short value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Since Kotlin
1.9Appends the string representation of the specified byte value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Since Kotlin
1.9Appends the string representation of the specified short value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Since Kotlin
1.9Appends the string representation of the specified byte value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Since Kotlin
1.9Appends the string representation of the specified short value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.