W3cubDocs

/Kotlin

Unit

Platform and version requirements: JVM (1.0), JS (1.1), Native (1.3)
object Unit
For Common, JVM, JS

The type with only one value: the Unit object. This type corresponds to the void type in Java.

For Native

The type with only one value: the Unit object.

Functions

Platform and version requirements: JVM (1.0), JS (1.0), Native (1.0)

toString

Returns a string representation of the object.

fun toString(): String

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