Расширения для java.lang.Appendable
Требования к платформе и версии: JVM (1.0)
appendln
Добавляет разделитель строки в этот объект Appendable.
fun Appendable.appendln(): Appendable
Добавляет значение в указанный объект Appendable и разделитель строки после него.
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