append
Appends the specified character value to this Appendable and returns this instance.
Since Kotlin
1.0Parameters
the character to append.
Appends the specified character sequence value to this Appendable and returns this instance.
Since Kotlin
1.0Parameters
the character sequence to append. If value is null
, then the four characters "null"
are appended to this Appendable.
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Since Kotlin
1.0Parameters
the beginning (inclusive) of the subsequence to append.
the end (exclusive) of the subsequence to append.
Throws
or IllegalArgumentException when startIndex or endIndex is out of range of the value character sequence indices or when startIndex > endIndex
.
Appends the string representation of the specified object 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.0Appends the string representation of the specified boolean 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.3Appends the string representation of the specified int 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 long 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 float 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 double 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 characters in the specified character array value to this string builder and returns this instance.
Characters are appended in order, starting at the index 0.
Since Kotlin
1.4Appends the specified string value to this string builder and returns this instance.
If value is null
, then the four characters "null"
are appended.
Since Kotlin
1.3Appends 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 specified character value to this Appendable and returns this instance.
Since Kotlin
1.1Parameters
the character to append.
Appends the specified character sequence value to this Appendable and returns this instance.
Since Kotlin
1.1Parameters
the character sequence to append. If value is null
, then the four characters "null"
are appended to this Appendable.
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Since Kotlin
1.1Parameters
the beginning (inclusive) of the subsequence to append.
the end (exclusive) of the subsequence to append.
Throws
or IllegalArgumentException when startIndex or endIndex is out of range of the value character sequence indices or when startIndex > endIndex
.
Appends the string representation of the specified object 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.1Appends the string representation of the specified boolean 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.3Appends the string representation of the specified int 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 long 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 float 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 double 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 characters in the specified character array value to this string builder and returns this instance.
Characters are appended in order, starting at the index 0.
Since Kotlin
1.4Appends the specified string value to this string builder and returns this instance.
If value is null
, then the four characters "null"
are appended.
Since Kotlin
1.3Appends 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.3Appends 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.3Appends the specified character value to this Appendable and returns this instance.
Since Kotlin
1.3Parameters
the character to append.
Appends the specified character sequence value to this Appendable and returns this instance.
Since Kotlin
1.3Parameters
the character sequence to append. If value is null
, then the four characters "null"
are appended to this Appendable.
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Since Kotlin
1.3Parameters
the beginning (inclusive) of the subsequence to append.
the end (exclusive) of the subsequence to append.
Throws
or IllegalArgumentException when startIndex or endIndex is out of range of the value character sequence indices or when startIndex > endIndex
.
Appends the string representation of the specified object 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.3Appends the string representation of the specified boolean 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.3Appends the string representation of the specified int 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.3Appends the string representation of the specified long 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.3Appends the string representation of the specified float 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.3Appends the string representation of the specified double 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.3Appends characters in the specified character array value to this string builder and returns this instance.
Characters are appended in order, starting at the index 0.
Since Kotlin
1.3Appends the specified string value to this string builder and returns this instance.
If value is null
, then the four characters "null"
are appended.
Since Kotlin
1.3Appends 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.8Appends 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.8Appends the specified character value to this Appendable and returns this instance.
Since Kotlin
1.8Parameters
the character to append.
Appends the specified character sequence value to this Appendable and returns this instance.
Since Kotlin
1.8Parameters
the character sequence to append. If value is null
, then the four characters "null"
are appended to this Appendable.
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Since Kotlin
1.8Parameters
the beginning (inclusive) of the subsequence to append.
the end (exclusive) of the subsequence to append.
Throws
or IllegalArgumentException when startIndex or endIndex is out of range of the value character sequence indices or when startIndex > endIndex
.
Appends the string representation of the specified object 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.8Appends the string representation of the specified boolean 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.8Appends the string representation of the specified int 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.8Appends the string representation of the specified long 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.8Appends the string representation of the specified float 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.8Appends the string representation of the specified double 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.8Appends characters in the specified character array value to this string builder and returns this instance.
Characters are appended in order, starting at the index 0.
Since Kotlin
1.8Appends the specified string value to this string builder and returns this instance.
If value is null
, then the four characters "null"
are appended.
Since Kotlin
1.8Appends 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.8Appends 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.8Appends the specified character value to this Appendable and returns this instance.
Since Kotlin
1.8Parameters
the character to append.
Appends the specified character sequence value to this Appendable and returns this instance.
Since Kotlin
1.8Parameters
the character sequence to append. If value is null
, then the four characters "null"
are appended to this Appendable.
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Since Kotlin
1.8Parameters
the beginning (inclusive) of the subsequence to append.
the end (exclusive) of the subsequence to append.
Throws
or IllegalArgumentException when startIndex or endIndex is out of range of the value character sequence indices or when startIndex > endIndex
.
Appends the string representation of the specified object 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.8Appends the string representation of the specified boolean 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.8Appends the string representation of the specified int 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.8Appends the string representation of the specified long 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.8Appends the string representation of the specified float 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.8Appends the string representation of the specified double 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.8Appends characters in the specified character array value to this string builder and returns this instance.
Characters are appended in order, starting at the index 0.
Since Kotlin
1.8Appends the specified string value to this string builder and returns this instance.
If value is null
, then the four characters "null"
are appended.