Appendable (original) (raw)

An object to which char sequences and values can be appended.

Since Kotlin

1.0

Inheritors

An object to which char sequences and values can be appended.

Since Kotlin

1.1

Inheritors

An object to which char sequences and values can be appended.

Since Kotlin

1.3

Inheritors

An object to which char sequences and values can be appended.

Since Kotlin

1.8

Inheritors

An object to which char sequences and values can be appended.

Since Kotlin

1.8

Inheritors

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.