Appendable
An object to which char sequences and values can be appended.
Since Kotlin
1.2Since Kotlin
1.1An object to which char sequences and values can be appended.
Since Kotlin
1.1Functions
Link copied to clipboard
Appends the specified character value to this Appendable and returns this instance.
Since Kotlin 1.2
Appends the specified character sequence value to this Appendable and returns this instance.
Since Kotlin 1.2
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Since Kotlin 1.2
Appends the specified character value to this Appendable and returns this instance.
Since Kotlin 1.1
Appends the specified character sequence value to this Appendable and returns this instance.
Since Kotlin 1.1
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Since Kotlin 1.1