W3cubDocs

/Kotlin

Extensions for java.lang.Appendable

Platform and version requirements: JVM (1.0)

appendln

Appends a line separator to this Appendable.

fun Appendable.appendln(): Appendable

Appends value to the given Appendable and line separator after it.

fun Appendable.appendln(value: CharSequence?): Appendable
fun Appendable.appendln(value: Char): Appendable

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