W3cubDocs

/Kotlin

appendln

Platform and version requirements: Native (1.3)
fun StringBuilder.appendln(it: String): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Boolean): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Byte): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Short): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Int): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Long): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Float): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Double): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Any?): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(): StringBuilder
Deprecated: Use appendLine instead

© 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/appendln.html