Appendable
An object to which char sequences and values can be appended.
Since Kotlin
1.0Inheritors
An object to which char sequences and values can be appended.
Since Kotlin
1.1Inheritors
Since Kotlin
1.1An object to which char sequences and values can be appended.
Since Kotlin
1.3Inheritors
An object to which char sequences and values can be appended.
Since Kotlin
1.8Inheritors
An object to which char sequences and values can be appended.
Since Kotlin
1.8Inheritors
Functions
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 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 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 feed character (\n
) to this Appendable.
Appends value to the given Appendable and a line feed character (\n
) after it.
Appends a line separator to this Appendable.
Appends value to the given Appendable and line separator after it.