← Docs
kotlin-stdlib / kotlin.text / java.lang.Appendable

Extensions for java.lang.Appendable

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
Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .