Appendable
An object to which char sequences and values can be appended.
Since Kotlin
1.1Inheritors
Since Kotlin
1.1Since Kotlin
1.1Functions
Appends the specified character value to this Appendable and returns this instance.
Appends the specified character sequence value to this Appendable and returns this instance.
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Appends the specified character value to this Appendable and returns this instance.
Appends the specified character sequence value to this Appendable and returns this instance.
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Appends a line separator to this Appendable.
Appends value to the given Appendable and line separator after it.