fun StringBuilder.appendln(): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
Appends a line separator to this StringBuilder.
fun StringBuilder.appendln( value: StringBuffer? ): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun StringBuilder.appendln( value: CharSequence? ): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun StringBuilder.appendln(value: String?): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun StringBuilder.appendln(value: Any?): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun StringBuilder.appendln( value: StringBuilder? ): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun StringBuilder.appendln(value: CharArray): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun StringBuilder.appendln(value: Char): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun StringBuilder.appendln(value: Boolean): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun StringBuilder.appendln(value: Int): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun StringBuilder.appendln(value: Short): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun StringBuilder.appendln(value: Byte): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun StringBuilder.appendln(value: Long): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun StringBuilder.appendln(value: Float): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun StringBuilder.appendln(value: Double): StringBuilderDeprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
Appends value to this StringBuilder, followed by a line separator.
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/java.lang.-string-builder/appendln.html